[llvm-commits] CVS: llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Owen Anderson
resistor at mac.com
Thu Aug 24 20:46:11 PDT 2006
Changes in directory llvm/lib/Transforms/Scalar:
IndVarSimplify.cpp updated: 1.90 -> 1.91
---
Log message:
Revert my previous patch. Since there are some major changes that went in today,
I'm going to wait to put this in HEAD until tomorrow, so as not to clutter the nightly
tester.
---
Diffs of the changes: (+0 -3)
IndVarSimplify.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
diff -u llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:1.90 llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:1.91
--- llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:1.90 Thu Aug 24 22:32:13 2006
+++ llvm/lib/Transforms/Scalar/IndVarSimplify.cpp Thu Aug 24 22:45:57 2006
@@ -79,7 +79,6 @@
AU.addRequired<ScalarEvolution>();
AU.addRequired<LoopInfo>();
AU.addPreservedID(LoopSimplifyID);
- AU.addPreservedID(LCSSAID);
AU.setPreservesCFG();
}
private:
@@ -571,6 +570,4 @@
#endif
DeleteTriviallyDeadInstructions(DeadInsts);
-
- assert(L->isLCSSAForm());
}
More information about the llvm-commits
mailing list