diff options
| author | Owen Anderson <resistor@mac.com> | 2006-08-25 03:45:57 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2006-08-25 03:45:57 +0000 |
| commit | 94446a4267a1646f7c5a6b1513352749113c3376 (patch) | |
| tree | db93dba155239014ec194701fa940af7cd435418 /llvm/lib/Transforms/Scalar | |
| parent | 15a6423431891054171a9d9ca7702f9c72865e07 (diff) | |
| download | bcm5719-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.cpp | 3 |
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()); } |

