[llvm] r298823 - [MachineScheduler] Reference the correct header.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 26 14:27:21 PDT 2017


Author: davide
Date: Sun Mar 26 16:27:21 2017
New Revision: 298823

URL: http://llvm.org/viewvc/llvm-project?rev=298823&view=rev
Log:
[MachineScheduler] Reference the correct header.

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64SchedA53.td

Modified: llvm/trunk/lib/Target/AArch64/AArch64SchedA53.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64SchedA53.td?rev=298823&r1=298822&r2=298823&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64SchedA53.td (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64SchedA53.td Sun Mar 26 16:27:21 2017
@@ -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 {




More information about the llvm-commits mailing list