Nick pointed out that DominanceFrontier and DominanceTree are preserved

by setPreservesCFG().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82463 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-09-21 17:54:42 +00:00
parent 5ee98e8713
commit 471fbf9949

View File

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