mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9027 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -50,7 +50,7 @@ static bool TransformLoop(LoopInfo *Loops, Loop *Loop) {
|
||||
BasicBlock::iterator AfterPHIIt = Header->begin();
|
||||
for (; PHINode *PN = dyn_cast<PHINode>(AfterPHIIt); ++AfterPHIIt)
|
||||
IndVars.push_back(InductionVariable(PN, Loops));
|
||||
// AfterPHIIt now points to first nonphi instruction...
|
||||
// AfterPHIIt now points to first non-phi instruction...
|
||||
|
||||
// If there are no phi nodes in this basic block, there can't be indvars...
|
||||
if (IndVars.empty()) return Changed;
|
||||
|
Reference in New Issue
Block a user