mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 19:07:26 +00:00
Fix typo. NFCI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296735 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4dc7365813
commit
76fd0de16f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user