Skip to content

Commit cd4084f

Browse files
committed
Fix formatting
1 parent 8948b72 commit cd4084f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/BranchFolding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ bool BranchFolder::OptimizeBlock(MachineBasicBlock *MBB) {
15821582
TII->removeBranch(*Pred);
15831583
TII->insertBranch(*Pred, MBB, PredTBB, ReversedCond, Dl);
15841584
}
1585-
1585+
15861586
PredAnalyzable =
15871587
!TII->analyzeBranch(*Pred, PredTBB, PredFBB, PredCond, true);
15881588

0 commit comments

Comments
 (0)