diff options
author | Andrew Trick <atrick@apple.com> | 2012-01-13 06:30:30 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-01-13 06:30:30 +0000 |
commit | 96f678f2d78ae9a2a8c99ca612bf59c056b36797 (patch) | |
tree | d14d5f7bdbc058b32cf93ce03faa7f6cd4aef8dc /lib/CodeGen/CodeGen.cpp | |
parent | b3fe88f8379c4c4193d5d84267ae1a304437f8fa (diff) |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGen.cpp b/lib/CodeGen/CodeGen.cpp index 48b71d97cb..de716e0dbc 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); |