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:
parent
5a5f3badd6
commit
048fee970f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user