diff options
author | Easwaran Raman <eraman@google.com> | 2016-06-09 19:44:46 +0000 |
---|---|---|
committer | Easwaran Raman <eraman@google.com> | 2016-06-09 19:44:46 +0000 |
commit | e12c487b8c0654f05095663991887c6f07839f7b (patch) | |
tree | 428e10ff88d47b11c8da85c55ba88b55ffb40ddd /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 6437eb9d5f08a8d1e46e4da833697da8724e514d (diff) | |
download | bcm5719-llvm-e12c487b8c0654f05095663991887c6f07839f7b.tar.gz bcm5719-llvm-e12c487b8c0654f05095663991887c6f07839f7b.zip |
[PM] Port LCSSA to the new PM.
Differential Revision: http://reviews.llvm.org/D21090
llvm-svn: 272294
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/LoopUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopUtils.cpp b/llvm/lib/Transforms/Utils/LoopUtils.cpp index e77ab2aad62..4cc227df1f8 100644 --- a/llvm/lib/Transforms/Utils/LoopUtils.cpp +++ b/llvm/lib/Transforms/Utils/LoopUtils.cpp @@ -880,7 +880,7 @@ void llvm::initializeLoopPassPass(PassRegistry &Registry) { INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY(LoopInfoWrapperPass) INITIALIZE_PASS_DEPENDENCY(LoopSimplify) - INITIALIZE_PASS_DEPENDENCY(LCSSA) + INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) INITIALIZE_PASS_DEPENDENCY(AAResultsWrapperPass) INITIALIZE_PASS_DEPENDENCY(BasicAAWrapperPass) INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass) |