forked from OSchip/llvm-project
[MachineScheduler] Reference the correct header.
llvm-svn: 298823
This commit is contained in:
parent
0b16ae5090
commit
5c2aa5d3e4
|
@ -13,7 +13,7 @@
|
|||
|
||||
// ===---------------------------------------------------------------------===//
|
||||
// The following definitions describe the simpler per-operand machine model.
|
||||
// This works with MachineScheduler. See MCSchedModel.h for details.
|
||||
// This works with MachineScheduler. See MCSchedule.h for details.
|
||||
|
||||
// Cortex-A53 machine model for scheduling and other instruction cost heuristics.
|
||||
def CortexA53Model : SchedMachineModel {
|
||||
|
|
Loading…
Reference in New Issue