1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

comment typo

llvm-svn: 153462
This commit is contained in:
Andrew Trick 2012-03-26 20:28:35 +00:00
parent 5a5f3badd6
commit 048fee970f

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;