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/Vectorize/LoopVectorize.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/Vectorize/LoopVectorize.cpp')
-rw-r--r-- | llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index 0203f6218e4..562ace39fe0 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -6193,7 +6193,7 @@ INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) INITIALIZE_PASS_DEPENDENCY(BlockFrequencyInfoWrapperPass) INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass) -INITIALIZE_PASS_DEPENDENCY(LCSSA) +INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass) INITIALIZE_PASS_DEPENDENCY(LoopInfoWrapperPass) INITIALIZE_PASS_DEPENDENCY(LoopSimplify) INITIALIZE_PASS_DEPENDENCY(LoopAccessAnalysis) |