We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d993e76 commit fb0dc62Copy full SHA for fb0dc62
llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -999,7 +999,7 @@ bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LI) {
999
&IsLoadCSE, &NumScanedInst);
1000
1001
// If PredBB has a single predecessor, continue scanning through the single
1002
- // precessor.
+ // predecessor.
1003
BasicBlock *SinglePredBB = PredBB;
1004
while (!PredAvailable && SinglePredBB && BBIt == SinglePredBB->begin() &&
1005
NumScanedInst < DefMaxInstsToScan) {
0 commit comments