summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2006-08-25 17:41:25 +0000
committerOwen Anderson <resistor@mac.com>2006-08-25 17:41:25 +0000
commit8cca95cf5db9036fa88f785ff2bc742dfac68eea (patch)
treea520747463c01ad12216393500bfa460fb1b0e51 /llvm/lib
parent537b547468df1b6193fe97fb044efdb9a2ba4f5b (diff)
downloadbcm5719-llvm-8cca95cf5db9036fa88f785ff2bc742dfac68eea.tar.gz
bcm5719-llvm-8cca95cf5db9036fa88f785ff2bc742dfac68eea.zip
Reapply the indvars patch, since nothing blew up last night.
llvm-svn: 29874
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/IndVarSimplify.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
index efa587b221e..a8d90ced00e 100644
--- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud