diff --git a/lib/Target/Target.td b/lib/Target/Target.td index bb87265be3b..573050dafd5 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -171,6 +171,8 @@ class Instruction { bit noResults = 0; // Does this instruction produce no results? InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling. + + string Constraints = ""; } /// Imp - Helper class for specifying the implicit uses/defs set for an