forked from OSchip/llvm-project
parent
e7d7a5dfaa
commit
c24e09b226
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue