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