diff options
| author | Andrew Trick <atrick@apple.com> | 2012-03-26 20:28:35 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2012-03-26 20:28:35 +0000 |
| commit | 356a896394e05aa9ba6f7645d2450ca39a5c99fa (patch) | |
| tree | eb8abedb228cced1392a4058620c9c8331737381 /llvm/lib | |
| parent | 169f2190013d4474dfa04e2fd77e85a456269d41 (diff) | |
| download | bcm5719-llvm-356a896394e05aa9ba6f7645d2450ca39a5c99fa.tar.gz bcm5719-llvm-356a896394e05aa9ba6f7645d2450ca39a5c99fa.zip | |
comment typo
llvm-svn: 153462
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 60b7e62729a..f2112446ade 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -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; |

