aboutsummaryrefslogtreecommitdiff
path: root/llvm/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
commite77e84e4b7cda4607e053c3521e61ce9a961a847 (patch)
treecad2c23fb3b66992e6919b5a556c132a5fbd9682 /llvm/lib/CodeGen/CodeGen.cpp
parentd9accbf1131aa84ad3352942b17f4ecdc5d9b09e (diff)
downloadllvm-e77e84e4b7cda4607e053c3521e61ce9a961a847.zip
llvm-e77e84e4b7cda4607e053c3521e61ce9a961a847.tar.gz
llvm-e77e84e4b7cda4607e053c3521e61ce9a961a847.tar.bz2
Added the MachineSchedulerPass skeleton.
llvm-svn: 148105
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index 48b71d9..de716e0 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/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);