mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
[X86] Remove unnecessary assignment. NFC.
llvm-svn: 260314
This commit is contained in:
parent
d4ff40d570
commit
68b447ec28
@ -5030,7 +5030,6 @@ static bool getTargetShuffleMask(SDNode *N, MVT VT, bool AllowSentinelZero,
|
||||
return false;
|
||||
}
|
||||
case X86ISD::VPERMV3: {
|
||||
IsUnary = false;
|
||||
SDValue MaskNode = N->getOperand(1);
|
||||
|
||||
SmallVector<uint64_t, 32> RawMask;
|
||||
|
Loading…
Reference in New Issue
Block a user