aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-01-18 04:11:31 +0000
committerCameron Zwarich <zwarich@apple.com>2011-01-18 04:11:31 +0000
commitb703654edcea5ec3d75c3329ae5f83be162d5d5b (patch)
treec375825735fda99548384893b989d56b77bcd6b3 /llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
parent4694e695401b5eaaeac34c461e36587a5e3a3d1f (diff)
downloadllvm-b703654edcea5ec3d75c3329ae5f83be162d5d5b.zip
llvm-b703654edcea5ec3d75c3329ae5f83be162d5d5b.tar.gz
llvm-b703654edcea5ec3d75c3329ae5f83be162d5d5b.tar.bz2
Remove code for updating dominance frontiers and some outdated references to
dominance and post-dominance frontiers. llvm-svn: 123725
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index 592b186..d431b68 100644
--- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -3814,7 +3814,6 @@ void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const {
// We split critical edges, so we change the CFG. However, we do update
// many analyses if they are around.
AU.addPreservedID(LoopSimplifyID);
- AU.addPreserved("domfrontier");
AU.addRequired<LoopInfo>();
AU.addPreserved<LoopInfo>();