summaryrefslogtreecommitdiff
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
commitac123227109303be313c3c4625b152246969e781 (patch)
treecef571a1d24b6a12f277df7ed34b912d8f1d5ff3
parent463b79f5d1c86df8eb80ef9da76c461bbf29059e (diff)
downloadllvm-ac123227109303be313c3c4625b152246969e781.tar.gz
llvm-ac123227109303be313c3c4625b152246969e781.tar.bz2
llvm-ac123227109303be313c3c4625b152246969e781.tar.xz
Reapply the indvars patch, since nothing blew up last night.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29874 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/Scalar/IndVarSimplify.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp
index efa587b221..a8d90ced00 100644
--- 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: