Skip to content

Commit d2bd075

Browse files
committed
Fix -Wunused-variable after D80515
1 parent f029c16 commit d2bd075

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/ARM/ARMISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14460,7 +14460,6 @@ static SDValue PerformVMOVNCombine(SDNode *N,
1446014460
static SDValue PerformVQMOVNCombine(SDNode *N,
1446114461
TargetLowering::DAGCombinerInfo &DCI) {
1446214462
SDValue Op0 = N->getOperand(0);
14463-
SDValue Op1 = N->getOperand(1);
1446414463
unsigned IsTop = N->getConstantOperandVal(2);
1446514464

1446614465
unsigned NumElts = N->getValueType(0).getVectorNumElements();

0 commit comments

Comments
 (0)