summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2006-08-25 03:45:57 +0000
committerOwen Anderson <resistor@mac.com>2006-08-25 03:45:57 +0000
commit94446a4267a1646f7c5a6b1513352749113c3376 (patch)
treedb93dba155239014ec194701fa940af7cd435418 /llvm/lib/Transforms/Scalar
parent15a6423431891054171a9d9ca7702f9c72865e07 (diff)
downloadbcm5719-llvm-94446a4267a1646f7c5a6b1513352749113c3376.tar.gz
bcm5719-llvm-94446a4267a1646f7c5a6b1513352749113c3376.zip
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. llvm-svn: 29868
Diffstat (limited to 'llvm/lib/Transforms/Scalar')
-rw-r--r--llvm/lib/Transforms/Scalar/IndVarSimplify.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
index cf2daa1ddc1..efa587b221e 100644
--- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
@@ -79,7 +79,6 @@ namespace {
AU.addRequired<ScalarEvolution>();
AU.addRequired<LoopInfo>();
AU.addPreservedID(LoopSimplifyID);
- AU.addPreservedID(LCSSAID);
AU.setPreservesCFG();
}
private:
@@ -571,6 +570,4 @@ void IndVarSimplify::runOnLoop(Loop *L) {
#endif
DeleteTriviallyDeadInstructions(DeadInsts);
-
- assert(L->isLCSSAForm());
}
OpenPOWER on IntegriCloud