diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/TargetSchedule.td | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/lib/Target/TargetSchedule.td b/llvm/lib/Target/TargetSchedule.td index 89118446a5f..8ac537f977a 100644 --- a/llvm/lib/Target/TargetSchedule.td +++ b/llvm/lib/Target/TargetSchedule.td @@ -47,6 +47,7 @@ class InstrStage<int cycles, list<FuncUnit> units> {  // instruction information.  //  class InstrItinClass; +def NoItinerary : InstrItinClass;  //===----------------------------------------------------------------------===//  // Instruction itinerary data - These values provide a runtime map of an  | 

