llvm-svn: 150121
This commit is contained in:
Andrew Trick 2012-02-09 00:40:52 +00:00
parent e7d7a5dfaa
commit c24e09b226
1 changed files with 1 additions and 1 deletions

View File

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