summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2017-04-01 01:21:28 +0000
committerQuentin Colombet <qcolombet@apple.com>2017-04-01 01:21:28 +0000
commit3c40b366c558e903dcb385718cf32fa6904e5140 (patch)
tree97ac561dba6bcb8f2ac7e2bec3e75cb2a1a47d27 /llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp
parentffe3053a66ff0295218abe7a3ac5015a70b192cf (diff)
downloadbcm5719-llvm-3c40b366c558e903dcb385718cf32fa6904e5140.tar.gz
bcm5719-llvm-3c40b366c558e903dcb385718cf32fa6904e5140.zip
Localizer fun
WIP llvm-svn: 299283
Diffstat (limited to 'llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp')
-rw-r--r--llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp b/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp
index fcd2722f1c2..29d1209bb02 100644
--- a/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp
@@ -26,6 +26,7 @@ void llvm::initializeGlobalISel(PassRegistry &Registry) {
void llvm::initializeGlobalISel(PassRegistry &Registry) {
initializeIRTranslatorPass(Registry);
initializeLegalizerPass(Registry);
+ initializeLocalizerPass(Registry);
initializeRegBankSelectPass(Registry);
initializeInstructionSelectPass(Registry);
}
OpenPOWER on IntegriCloud