mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
Fix typo. NFCI
llvm-svn: 296735
This commit is contained in:
@@ -999,7 +999,7 @@ bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LI) {
|
||||
&IsLoadCSE, &NumScanedInst);
|
||||
|
||||
// If PredBB has a single predecessor, continue scanning through the single
|
||||
// precessor.
|
||||
// predecessor.
|
||||
BasicBlock *SinglePredBB = PredBB;
|
||||
while (!PredAvailable && SinglePredBB && BBIt == SinglePredBB->begin() &&
|
||||
NumScanedInst < DefMaxInstsToScan) {
|
||||
|
||||
Reference in New Issue
Block a user