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:
463b79f
)
Reapply the indvars patch, since nothing blew up last night.
author
Owen Anderson
<resistor@mac.com>
Fri, 25 Aug 2006 17:41:25 +0000
(17:41 +0000)
committer
Owen Anderson
<resistor@mac.com>
Fri, 25 Aug 2006 17:41:25 +0000
(17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29874
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/IndVarSimplify.cpp
b/lib/Transforms/Scalar/IndVarSimplify.cpp
index efa587b221ec1b1e881cfcee8959a7aaef533705..a8d90ced00eaddc5b98a7d7bd2f88a0174563a2c 100644
(file)
--- a/
lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/
lib/Transforms/Scalar/IndVarSimplify.cpp
@@
-79,6
+79,7
@@
namespace {
AU.addRequired<ScalarEvolution>();
AU.addRequired<LoopInfo>();
AU.addPreservedID(LoopSimplifyID);
+ AU.addPreservedID(LCSSAID);
AU.setPreservesCFG();
}
private: