mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-25 15:41:05 +00:00
[X86] Remove 'else' after 'return'. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c8955ec1e
commit
e45c0bf83f
@ -10622,7 +10622,7 @@ static SDValue lowerV8I16GeneralSingleInputVectorShuffle(
|
||||
};
|
||||
if ((NumLToL == 3 && NumHToL == 1) || (NumLToL == 1 && NumHToL == 3))
|
||||
return balanceSides(LToLInputs, HToLInputs, HToHInputs, LToHInputs, 0, 4);
|
||||
else if ((NumHToH == 3 && NumLToH == 1) || (NumHToH == 1 && NumLToH == 3))
|
||||
if ((NumHToH == 3 && NumLToH == 1) || (NumHToH == 1 && NumLToH == 3))
|
||||
return balanceSides(HToHInputs, LToHInputs, LToLInputs, HToLInputs, 4, 0);
|
||||
|
||||
// At this point there are at most two inputs to the low and high halves from
|
||||
|
Loading…
x
Reference in New Issue
Block a user