mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Nick pointed out that DominanceFrontier and DominanceTree are preserved
by setPreservesCFG(). llvm-svn: 82463
This commit is contained in:
parent
ea9d53d563
commit
3359b05815
@ -104,8 +104,6 @@ void CodeGenLICM::getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.addPreservedID(LoopSimplifyID);
|
||||
AU.addPreserved<LoopInfo>();
|
||||
AU.addPreserved<AliasAnalysis>();
|
||||
AU.addPreserved<DominanceFrontier>();
|
||||
AU.addPreserved<DominatorTree>();
|
||||
AU.addPreserved<ScalarEvolution>();
|
||||
AU.addPreserved<IVUsers>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user