comment
authorAndrew Trick <atrick@apple.com>
Thu, 9 Feb 2012 00:40:52 +0000 (00:40 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 9 Feb 2012 00:40:52 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150121 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineScheduler.cpp

index 113668f94c92211b4c9b36def5808e2c0e2cd9fd..49c6cec23a99c31e64ea9f4766eec075a37f5186 100644 (file)
@@ -154,7 +154,7 @@ MachineSchedOpt("misched",
 //===----------------------------------------------------------------------===//
 
 namespace {
-/// MachineScheduler is an implementation of ScheduleDAGInstrs that schedules
+/// ScheduleTopDownLive is an implementation of ScheduleDAGInstrs that schedules
 /// machine instructions while updating LiveIntervals.
 class ScheduleTopDownLive : public ScheduleDAGInstrs {
 protected: