forked from OSchip/llvm-project
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:
parent
15a6423431
commit
94446a4267
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue