[llvm] r330019 - Remove out of data comment. NFCI.

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


Author: rksimon
Date: Fri Apr 13 07:24:06 2018
New Revision: 330019

URL: http://llvm.org/viewvc/llvm-project?rev=330019&view=rev
Log:
Remove out of data comment. NFCI.

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

Modified: llvm/trunk/lib/Target/X86/X86Schedule.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86Schedule.td?rev=330019&r1=330018&r2=330019&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86Schedule.td (original)
+++ llvm/trunk/lib/Target/X86/X86Schedule.td Fri Apr 13 07:24:06 2018
@@ -7,9 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+//===----------------------------------------------------------------------===//
 // InstrSchedModel annotations for out-of-order CPUs.
-//
-// These annotations are independent of the itinerary classes defined below.
 
 // Instructions with folded loads need to read the memory operand immediately,
 // but other register operands don't have to be read until the load is ready.




More information about the llvm-commits mailing list