forked from OSchip/llvm-project
licm preserves the cfg, it doesn't have to explicitly say it
preserves domfrontier. It does preserve AA though. llvm-svn: 112419
This commit is contained in:
parent
abe61ef3b4
commit
f94f6bb0ba
|
@ -78,8 +78,8 @@ namespace {
|
|||
AU.addRequired<LoopInfo>();
|
||||
AU.addRequiredID(LoopSimplifyID);
|
||||
AU.addRequired<AliasAnalysis>();
|
||||
AU.addPreserved<AliasAnalysis>();
|
||||
AU.addPreserved<ScalarEvolution>();
|
||||
AU.addPreserved<DominanceFrontier>();
|
||||
AU.addPreservedID(LoopSimplifyID);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue