forked from OSchip/llvm-project
parent
dfbf91e59d
commit
7a6a5b9af5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue