comment typo

llvm-svn: 153462
This commit is contained in:
Andrew Trick 2012-03-26 20:28:35 +00:00
parent 169f219001
commit 356a896394
1 changed files with 1 additions and 1 deletions

View File

@ -2441,7 +2441,7 @@ void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper,
if (!isCompatibleIVType(PrevIV, NextIV))
continue;
// A phi nodes terminates a chain.
// A phi node terminates a chain.
if (isa<PHINode>(UserInst)
&& isa<PHINode>(IVChainVec[ChainIdx].back().UserInst))
continue;