diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-21 17:54:42 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-21 17:54:42 +0000 |
| commit | 43d6830ea017b6cb99836676ecdc364de5b929c0 (patch) | |
| tree | 21c09f23fe76124835b56336c89c13eb9ccb2afb /llvm/lib/Transforms | |
| parent | af57ae3da4ae265e18e11e0d84aa67039fe72467 (diff) | |
| download | bcm5719-llvm-43d6830ea017b6cb99836676ecdc364de5b929c0.tar.gz bcm5719-llvm-43d6830ea017b6cb99836676ecdc364de5b929c0.zip | |
Nick pointed out that DominanceFrontier and DominanceTree are preserved
by setPreservesCFG().
llvm-svn: 82463
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/CodeGenLICM.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/CodeGenLICM.cpp b/llvm/lib/Transforms/Scalar/CodeGenLICM.cpp index 778f3d25a67..9f1d148ad83 100644 --- a/llvm/lib/Transforms/Scalar/CodeGenLICM.cpp +++ b/llvm/lib/Transforms/Scalar/CodeGenLICM.cpp @@ -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>(); |

