diff options
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/TargetSchedule.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetSchedule.td b/lib/Target/TargetSchedule.td index 89118446a5..8ac537f977 100644 --- a/lib/Target/TargetSchedule.td +++ b/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 |