summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2016-04-26 20:15:52 +0000
committerJustin Bogner <mail@justinbogner.com>2016-04-26 20:15:52 +0000
commit4563a06cee2e669a0e075ce98d0484adc7593dd4 (patch)
treed8dc1ce64cb6d70e9ecc30cb408dfc9216cabe55 /llvm/lib/LTO
parent7756127077d8cbde40deb47b2f2d2f6ef8d41b77 (diff)
downloadbcm5719-llvm-4563a06cee2e669a0e075ce98d0484adc7593dd4.tar.gz
bcm5719-llvm-4563a06cee2e669a0e075ce98d0484adc7593dd4.zip
PM: Port Internalize to the new pass manager
llvm-svn: 267596
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 b98cb7dc6e6..53035c0f69c 100644
--- a/llvm/lib/LTO/LTOCodeGenerator.cpp
+++ b/llvm/lib/LTO/LTOCodeGenerator.cpp
@@ -96,7 +96,7 @@ LTOCodeGenerator::~LTOCodeGenerator() {}
void LTOCodeGenerator::initializeLTOPasses() {
PassRegistry &R = *PassRegistry::getPassRegistry();
- initializeInternalizePassPass(R);
+ initializeInternalizeLegacyPassPass(R);
initializeIPSCCPPass(R);
initializeGlobalOptLegacyPassPass(R);
initializeConstantMergePass(R);
OpenPOWER on IntegriCloud