comment
[oota-llvm.git] / 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: