summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO
diff options
context:
space:
mode:
authorDehao Chen <dehao@google.com>2016-07-12 22:37:48 +0000
committerDehao Chen <dehao@google.com>2016-07-12 22:37:48 +0000
commit9cba1f4e7e2588cfed2ce66564a59c0e421e5ff1 (patch)
tree9df27d17e800874696bcdd5194478eff5579a2c0 /llvm/lib/LTO
parent72eebfa4b0f3ac876d5600558ffca08d3893c5f8 (diff)
downloadbcm5719-llvm-9cba1f4e7e2588cfed2ce66564a59c0e421e5ff1.tar.gz
bcm5719-llvm-9cba1f4e7e2588cfed2ce66564a59c0e421e5ff1.zip
New pass manager for LICM.
Summary: Port LICM to the new pass manager. Reviewers: davidxl, silvas Subscribers: krasin, vitalybuka, silvas, davide, sanjoy, llvm-commits, mehdi_amini Differential Revision: http://reviews.llvm.org/D21772 llvm-svn: 275222
Diffstat (limited to 'llvm/lib/LTO')
-rw-r--r--llvm/lib/LTO/LTOCodeGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTOCodeGenerator.cpp b/llvm/lib/LTO/LTOCodeGenerator.cpp
index 579e055a689..df4f230674e 100644
--- a/llvm/lib/LTO/LTOCodeGenerator.cpp
+++ b/llvm/lib/LTO/LTOCodeGenerator.cpp
@@ -122,7 +122,7 @@ void LTOCodeGenerator::initializeLTOPasses() {
initializePostOrderFunctionAttrsLegacyPassPass(R);
initializeReversePostOrderFunctionAttrsLegacyPassPass(R);
initializeGlobalsAAWrapperPassPass(R);
- initializeLICMPass(R);
+ initializeLegacyLICMPassPass(R);
initializeMergedLoadStoreMotionLegacyPassPass(R);
initializeGVNLegacyPassPass(R);
initializeMemCpyOptLegacyPassPass(R);
OpenPOWER on IntegriCloud