1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

[X86] Remove unnecessary assignment. NFC.

llvm-svn: 260314
This commit is contained in:
Ahmed Bougacha 2016-02-09 22:53:58 +00:00
parent d4ff40d570
commit 68b447ec28

View File

@ -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;