mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 03:38:26 +00:00
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
40ec41d1c4
commit
270d50d48c
@ -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…
x
Reference in New Issue
Block a user