Skip to content

Commit bf30ec0

Browse files
rj-jesusgithub-actions[bot]
authored andcommitted
Automerge: [ValueTracking] Remove unused variable in matchSimpleRecurrence (NFC). (#144316)
2 parents f2b4ede + f12dd8f commit bf30ec0

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)