mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 10:56:01 +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);
|
&IsLoadCSE, &NumScanedInst);
|
||||||
|
|
||||||
// If PredBB has a single predecessor, continue scanning through the single
|
// If PredBB has a single predecessor, continue scanning through the single
|
||||||
// precessor.
|
// predecessor.
|
||||||
BasicBlock *SinglePredBB = PredBB;
|
BasicBlock *SinglePredBB = PredBB;
|
||||||
while (!PredAvailable && SinglePredBB && BBIt == SinglePredBB->begin() &&
|
while (!PredAvailable && SinglePredBB && BBIt == SinglePredBB->begin() &&
|
||||||
NumScanedInst < DefMaxInstsToScan) {
|
NumScanedInst < DefMaxInstsToScan) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user