[llvm] r261637 - [AArch64] Fix comment typo in Cyclone scheduling defs. NFC.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 06:05:13 PST 2016
Author: mcrosier
Date: Tue Feb 23 08:05:13 2016
New Revision: 261637
URL: http://llvm.org/viewvc/llvm-project?rev=261637&view=rev
Log:
[AArch64] Fix comment typo in Cyclone scheduling defs. NFC.
Modified:
llvm/trunk/lib/Target/AArch64/AArch64SchedCyclone.td
Modified: llvm/trunk/lib/Target/AArch64/AArch64SchedCyclone.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64SchedCyclone.td?rev=261637&r1=261636&r2=261637&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64SchedCyclone.td (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64SchedCyclone.td Tue Feb 23 08:05:13 2016
@@ -1,4 +1,4 @@
-//=- ARMSchedCyclone.td - AArch64 Cyclone Scheduling Defs ----*- tablegen -*-=//
+//=- AArch64SchedCyclone.td - Cyclone Scheduling Definitions -*- tablegen -*-=//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list