diff options
author | Cameron Zwarich <zwarich@apple.com> | 2011-01-18 04:11:31 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2011-01-18 04:11:31 +0000 |
commit | b703654edcea5ec3d75c3329ae5f83be162d5d5b (patch) | |
tree | c375825735fda99548384893b989d56b77bcd6b3 /llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | |
parent | 4694e695401b5eaaeac34c461e36587a5e3a3d1f (diff) | |
download | bcm5719-llvm-b703654edcea5ec3d75c3329ae5f83be162d5d5b.tar.gz bcm5719-llvm-b703654edcea5ec3d75c3329ae5f83be162d5d5b.zip |
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.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 592b18629df..d431b6815c4 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>(); |