projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc10b8c
)
Fix this comment.
author
Dan Gohman
<gohman@apple.com>
Wed, 4 Mar 2009 20:50:23 +0000
(20:50 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 4 Mar 2009 20:50:23 +0000
(20:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66065
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/LoopStrengthReduce.cpp
b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index 57f59570171f9edabe74420185cce7541b7a62d0..c88bf230ad39e3e482acecd4c7bd75b077f06927 100644
(file)
--- a/
lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/
lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@
-460,7
+460,8
@@
static bool getSCEVStartAndStride(const SCEVHandle &SH, Loop *L,
// If Start contains an SCEVAddRecExpr from a different loop, other than an
// outer loop of the current loop, reject it. SCEV has no concept of
- // operating on one loop at a time so don't confuse it with such expressions.
+ // operating on more than one loop at a time so don't confuse it with such
+ // expressions.
if (containsAddRecFromDifferentLoop(AddRec->getOperand(0), L))
return false;