summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LoopRotation.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-07-13 21:53:42 +0000
committerDevang Patel <dpatel@apple.com>2007-07-13 21:53:42 +0000
commitfba36b8cbabcc0a457484bb2babe71a5f570435c (patch)
tree1d12938110cb3ee0bb74e3b819e7be115d38c37c /lib/Transforms/Scalar/LoopRotation.cpp
parent3bf6e183d5f116adc8adbf6853da5f479f22139c (diff)
downloadexternal_llvm-fba36b8cbabcc0a457484bb2babe71a5f570435c.zip
external_llvm-fba36b8cbabcc0a457484bb2babe71a5f570435c.tar.gz
external_llvm-fba36b8cbabcc0a457484bb2babe71a5f570435c.tar.bz2
Disable claims to preserve analysis until open issues are resolved.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39834 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/LoopRotation.cpp')
-rw-r--r--lib/Transforms/Scalar/LoopRotation.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Transforms/Scalar/LoopRotation.cpp b/lib/Transforms/Scalar/LoopRotation.cpp
index 685089e..d35a8ed 100644
--- a/lib/Transforms/Scalar/LoopRotation.cpp
+++ b/lib/Transforms/Scalar/LoopRotation.cpp
@@ -62,13 +62,6 @@ namespace {
AU.addPreserved<LoopInfo>();
AU.addRequiredID(LoopSimplifyID);
AU.addPreservedID(LoopSimplifyID);
- AU.addPreserved<DominatorTree>();
- // Request DominanceFrontier now, even though Loop Rotate does
- // not use it. This allows Pass Manager to schedule Dominance
- // Frontier early enough such that one LPPassManager can handle
- // loop rotate as well as licm pass.
- AU.addRequired<DominanceFrontier>();
- AU.addPreserved<DominanceFrontier>();
}
// Helper functions