[MachineScheduler] Reference the correct header.

llvm-svn: 298823
This commit is contained in:
Davide Italiano 2017-03-26 21:27:21 +00:00
parent 0b16ae5090
commit 5c2aa5d3e4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {