diff options
author | Andrew Trick <atrick@apple.com> | 2012-01-17 06:55:03 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-01-17 06:55:03 +0000 |
commit | 42b7a71dc7381d1f38bf7b7201fc26dd80453364 (patch) | |
tree | aac48cd86f79e0ba5824772715f6605829ce117e /lib/CodeGen/CodeGen.cpp | |
parent | c1b1c7b205589c9a081e1cbd33fb56506fc287b3 (diff) |
Renamed MachineScheduler to ScheduleTopDownLive.
Responding to code review.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | lib/CodeGen/CodeGen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGen.cpp b/lib/CodeGen/CodeGen.cpp index de716e0dbc..cbbf7f5058 100644 --- a/lib/CodeGen/CodeGen.cpp +++ b/lib/CodeGen/CodeGen.cpp @@ -43,7 +43,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeProcessImplicitDefsPass(Registry); initializePEIPass(Registry); initializeRegisterCoalescerPass(Registry); - initializeMachineSchedulerPassPass(Registry); + initializeMachineSchedulerPass(Registry); initializeRenderMachineFunctionPass(Registry); initializeSlotIndexesPass(Registry); initializeStackProtectorPass(Registry); |