diff options
| author | Jim Grosbach <grosbach@apple.com> | 2009-11-17 21:37:04 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2009-11-17 21:37:04 +0000 |
| commit | 6bf5305f5da3ffac7fe5448399eb5351e9115dfe (patch) | |
| tree | 565783694ed3cc9dd9ae6d6cb3241e7d4c41e787 /llvm/lib/Transforms | |
| parent | cdde77c6a369d66951528e58889961dba8e1a590 (diff) | |
| download | bcm5719-llvm-6bf5305f5da3ffac7fe5448399eb5351e9115dfe.tar.gz bcm5719-llvm-6bf5305f5da3ffac7fe5448399eb5351e9115dfe.zip | |
grammar
llvm-svn: 89145
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index e42129cadc3..564c7ac0615 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -2603,8 +2603,8 @@ void LoopStrengthReduce::OptimizeLoopTermCond(Loop *L) { bool LoopStrengthReduce::OptimizeLoopCountIVOfStride(const SCEV* &Stride, IVStrideUse* &CondUse, Loop *L) { - // If the only use is an icmp of an loop exiting conditional branch, then - // attempts the optimization. + // If the only use is an icmp of a loop exiting conditional branch, then + // attempt the optimization. BasedUser User = BasedUser(*CondUse, SE); assert(isa<ICmpInst>(User.Inst) && "Expecting an ICMPInst!"); ICmpInst *Cond = cast<ICmpInst>(User.Inst); |

