mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
[NFC] Update createMachineScheduler() comment
It became invalid after signature changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a506e2f95
commit
b20780d305
@ -214,7 +214,7 @@ public:
|
||||
///
|
||||
/// This can also be used to plug a new MachineSchedStrategy into an instance
|
||||
/// of the standard ScheduleDAGMI:
|
||||
/// return new ScheduleDAGMI(C, new MyStrategy(C))
|
||||
/// return new ScheduleDAGMI(C, make_unique<MyStrategy>(C), /* IsPostRA= */false)
|
||||
///
|
||||
/// Return NULL to select the default (generic) machine scheduler.
|
||||
virtual ScheduleDAGInstrs *
|
||||
|
Loading…
x
Reference in New Issue
Block a user