[llvm] r330025 - Remove comment reference to itineraries. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 07:42:49 PDT 2018


Author: rksimon
Date: Fri Apr 13 07:42:48 2018
New Revision: 330025

URL: http://llvm.org/viewvc/llvm-project?rev=330025&view=rev
Log:
Remove comment reference to itineraries. NFCI.

Modified:
    llvm/trunk/lib/Target/X86/X86ScheduleAtom.td

Modified: llvm/trunk/lib/Target/X86/X86ScheduleAtom.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ScheduleAtom.td?rev=330025&r1=330024&r2=330025&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ScheduleAtom.td (original)
+++ llvm/trunk/lib/Target/X86/X86ScheduleAtom.td Fri Apr 13 07:42:48 2018
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file defines the itinerary class data for the Intel Atom
+// This file defines the schedule class data for the Intel Atom
 // in order (Saltwell-32nm/Bonnell-45nm) processors.
 //
 //===----------------------------------------------------------------------===//




More information about the llvm-commits mailing list