From: Owen Anderson Date: Fri, 25 Aug 2006 17:41:25 +0000 (+0000) Subject: Reapply the indvars patch, since nothing blew up last night. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ac123227109303be313c3c4625b152246969e781;p=oota-llvm.git 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 --- diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index efa587b221e..a8d90ced00e 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -79,6 +79,7 @@ namespace { AU.addRequired(); AU.addRequired(); AU.addPreservedID(LoopSimplifyID); + AU.addPreservedID(LCSSAID); AU.setPreservesCFG(); } private: