Skip to content

Commit fb0dc62

Browse files
committed
Fix typo. NFCI
llvm-svn: 296735
1 parent d993e76 commit fb0dc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/JumpThreading.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LI) {
999999
&IsLoadCSE, &NumScanedInst);
10001000

10011001
// If PredBB has a single predecessor, continue scanning through the single
1002-
// precessor.
1002+
// predecessor.
10031003
BasicBlock *SinglePredBB = PredBB;
10041004
while (!PredAvailable && SinglePredBB && BBIt == SinglePredBB->begin() &&
10051005
NumScanedInst < DefMaxInstsToScan) {

0 commit comments

Comments
 (0)