aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
diff options
context:
space:
mode:
authorEaswaran Raman <eraman@google.com>2016-06-09 19:44:46 +0000
committerEaswaran Raman <eraman@google.com>2016-06-09 19:44:46 +0000
commite12c487b8c0654f05095663991887c6f07839f7b (patch)
tree428e10ff88d47b11c8da85c55ba88b55ffb40ddd /llvm/lib/Transforms/Scalar/LoopInterchange.cpp
parent6437eb9d5f08a8d1e46e4da833697da8724e514d (diff)
downloadllvm-e12c487b8c0654f05095663991887c6f07839f7b.zip
llvm-e12c487b8c0654f05095663991887c6f07839f7b.tar.gz
llvm-e12c487b8c0654f05095663991887c6f07839f7b.tar.bz2
[PM] Port LCSSA to the new PM.
Differential Revision: http://reviews.llvm.org/D21090 llvm-svn: 272294
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopInterchange.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopInterchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopInterchange.cpp b/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
index 05d187f..698b20a 100644
--- a/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
@@ -1300,7 +1300,7 @@ INITIALIZE_PASS_DEPENDENCY(DependenceAnalysisWrapperPass)
INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
INITIALIZE_PASS_DEPENDENCY(LoopSimplify)
-INITIALIZE_PASS_DEPENDENCY(LCSSA)
+INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass)
INITIALIZE_PASS_DEPENDENCY(LoopInfoWrapperPass)
INITIALIZE_PASS_END(LoopInterchange, "loop-interchange",