From d05b46115f5049b7b094d4049aa88f09f7d6b65a Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Tue, 5 Jun 2012 03:44:29 +0000 Subject: whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157976 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetSchedule.td | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/llvm/Target') diff --git a/include/llvm/Target/TargetSchedule.td b/include/llvm/Target/TargetSchedule.td index 97ea82a..307fe2d 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; -- cgit v1.1