projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee98e8
)
Nick pointed out that DominanceFrontier and DominanceTree are preserved
author
Dan Gohman
<gohman@apple.com>
Mon, 21 Sep 2009 17:54:42 +0000
(17:54 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 21 Sep 2009 17:54:42 +0000
(17:54 +0000)
by setPreservesCFG().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82463
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/CodeGenLICM.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/CodeGenLICM.cpp
b/lib/Transforms/Scalar/CodeGenLICM.cpp
index 778f3d25a6793c675801216baf7b9aee8a31c0d4..9f1d148ad834782114d8d57d442eba3cd0f1952f 100644
(file)
--- a/
lib/Transforms/Scalar/CodeGenLICM.cpp
+++ b/
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>();