mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Clean up unused variable warning in release build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
39ea80cc56
commit
cea9bc981a
@ -19244,6 +19244,7 @@ static SDValue PerformTargetShuffleCombine(SDValue N, SelectionDAG &DAG,
|
|||||||
case X86ISD::PSHUFLW:
|
case X86ISD::PSHUFLW:
|
||||||
case X86ISD::PSHUFHW:
|
case X86ISD::PSHUFHW:
|
||||||
assert(VT == MVT::v8i16);
|
assert(VT == MVT::v8i16);
|
||||||
|
(void)VT;
|
||||||
|
|
||||||
if (combineRedundantHalfShuffle(N, Mask, DAG, DCI))
|
if (combineRedundantHalfShuffle(N, Mask, DAG, DCI))
|
||||||
return SDValue(); // We combined away this shuffle, so we're done.
|
return SDValue(); // We combined away this shuffle, so we're done.
|
||||||
|
Loading…
Reference in New Issue
Block a user