Skip to content

Commit f12dd8f

Browse files
authored
[ValueTracking] Remove unused variable in matchSimpleRecurrence (NFC). (#144316)
1 parent 383b326 commit f12dd8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Analysis/ValueTracking.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9081,7 +9081,6 @@ bool llvm::matchSimpleRecurrence(const PHINode *P, BinaryOperator *&BO,
90819081
auto *LU = dyn_cast<BinaryOperator>(L);
90829082
if (!LU)
90839083
continue;
9084-
unsigned Opcode = LU->getOpcode();
90859084
Value *LL = LU->getOperand(0);
90869085
Value *LR = LU->getOperand(1);
90879086

0 commit comments

Comments
 (0)