aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-01-13 06:30:30 +0000
committerAndrew Trick <atrick@apple.com>2012-01-13 06:30:30 +0000
commit96f678f2d78ae9a2a8c99ca612bf59c056b36797 (patch)
treed14d5f7bdbc058b32cf93ce03faa7f6cd4aef8dc /lib/CodeGen/CodeGen.cpp
parentb3fe88f8379c4c4193d5d84267ae1a304437f8fa (diff)
downloadexternal_llvm-96f678f2d78ae9a2a8c99ca612bf59c056b36797.zip
external_llvm-96f678f2d78ae9a2a8c99ca612bf59c056b36797.tar.gz
external_llvm-96f678f2d78ae9a2a8c99ca612bf59c056b36797.tar.bz2
Added the MachineSchedulerPass skeleton.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGen.cpp')
-rw-r--r--lib/CodeGen/CodeGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGen.cpp b/lib/CodeGen/CodeGen.cpp
index 48b71d9..de716e0 100644
--- a/lib/CodeGen/CodeGen.cpp
+++ b/lib/CodeGen/CodeGen.cpp
@@ -43,6 +43,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeProcessImplicitDefsPass(Registry);
initializePEIPass(Registry);
initializeRegisterCoalescerPass(Registry);
+ initializeMachineSchedulerPassPass(Registry);
initializeRenderMachineFunctionPass(Registry);
initializeSlotIndexesPass(Registry);
initializeStackProtectorPass(Registry);