forked from OSchip/llvm-project
Clean up unused variable warning in release build.
llvm-svn: 211902
This commit is contained in:
parent
37ad2582d6
commit
b673b4b187
|
@ -19244,6 +19244,7 @@ static SDValue PerformTargetShuffleCombine(SDValue N, SelectionDAG &DAG,
|
|||
case X86ISD::PSHUFLW:
|
||||
case X86ISD::PSHUFHW:
|
||||
assert(VT == MVT::v8i16);
|
||||
(void)VT;
|
||||
|
||||
if (combineRedundantHalfShuffle(N, Mask, DAG, DCI))
|
||||
return SDValue(); // We combined away this shuffle, so we're done.
|
||||
|
|
Loading…
Reference in New Issue