Skip to content

Commit ae2f879

Browse files
committed
remove now unused var
1 parent ecbd30a commit ae2f879

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/SimplifyCFG.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,6 @@ bool SimplifyCFGOpt::hoistCommonCodeFromSuccessors(BasicBlock *BB,
16541654
auto OtherSuccIterRange = make_first_range(OtherSuccIterPairRange);
16551655

16561656
Instruction *I1 = &*BB1ItrPair.first;
1657-
auto *BB1 = I1->getParent();
16581657

16591658
// Skip debug info if it is not identical.
16601659
bool AllDbgInstsAreIdentical = all_of(OtherSuccIterRange, [I1](auto &Iter) {

0 commit comments

Comments
 (0)