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:
Xin Tong 2017-03-02 08:39:11 +00:00
parent 4dc7365813
commit 76fd0de16f

View File

@ -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) {