From: Andrew Trick Date: Tue, 5 Jun 2012 03:44:29 +0000 (+0000) Subject: whitespace X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d05b46115f5049b7b094d4049aa88f09f7d6b65a;p=oota-llvm.git whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157976 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetSchedule.td b/include/llvm/Target/TargetSchedule.td index 97ea82ab9e3..307fe2d6a04 100644 --- a/include/llvm/Target/TargetSchedule.td +++ b/include/llvm/Target/TargetSchedule.td @@ -1,10 +1,10 @@ //===- TargetSchedule.td - Target Independent Scheduling ---*- tablegen -*-===// -// +// // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file defines the target-independent scheduling interfaces which should @@ -19,7 +19,7 @@ // all chip sets of the target. Each functional unit is treated as a resource // during scheduling and has an affect instruction order based on availability // during a time interval. -// +// class FuncUnit; //===----------------------------------------------------------------------===// @@ -84,7 +84,7 @@ class InstrItinClass { def NoItinerary : InstrItinClass; //===----------------------------------------------------------------------===// -// Instruction itinerary data - These values provide a runtime map of an +// Instruction itinerary data - These values provide a runtime map of an // instruction itinerary class (name) to its itinerary data. // // OperandCycles are optional "cycle counts". They specify the cycle after @@ -119,6 +119,7 @@ class InstrItinData stages, // class ProcessorItineraries fu, list bp, list iid> { + int IssueWidth = 1; list FU = fu; list BP = bp; list IID = iid; diff --git a/lib/Target/X86/X86Schedule.td b/lib/Target/X86/X86Schedule.td index dc311b15de3..f670f28b443 100644 --- a/lib/Target/X86/X86Schedule.td +++ b/lib/Target/X86/X86Schedule.td @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===// -// Instruction Itinerary classes used for X86 +// Instruction Itinerary classes used for X86 def IIC_DEFAULT : InstrItinClass; def IIC_ALU_MEM : InstrItinClass; def IIC_ALU_NONMEM : InstrItinClass; @@ -459,6 +459,3 @@ def IIC_NOP : InstrItinClass; def GenericItineraries : ProcessorItineraries<[], [], []>; include "X86ScheduleAtom.td" - - - diff --git a/lib/Target/X86/X86ScheduleAtom.td b/lib/Target/X86/X86ScheduleAtom.td index 97322044e16..81530b5f1f7 100644 --- a/lib/Target/X86/X86ScheduleAtom.td +++ b/lib/Target/X86/X86ScheduleAtom.td @@ -106,7 +106,7 @@ def AtomItineraries : ProcessorItineraries< InstrItinData] >, InstrItinData] >, // set - InstrItinData] >, + InstrItinData] >, InstrItinData] >, // jcc InstrItinData] >,