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
This commit is contained in:
Owen Anderson 2006-08-25 03:45:57 +00:00
parent 15a6423431
commit 94446a4267
1 changed files with 0 additions and 3 deletions

View File

@ -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());
}