Add SchedRW as an Instruction field.
[oota-llvm.git] / include / llvm / Target / Target.td
index 876479bf8a22e118d9184657b8ce1c8bc16f0316..deee2eb6debf52e33250f2196a3e3ff5b331833f 100644 (file)
@@ -397,6 +397,9 @@ class Instruction {
 
   InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling.
 
+  // Scheduling information from TargetSchedule.td.
+  list<SchedReadWrite> SchedRW;
+
   string Constraints = "";  // OperandConstraint, e.g. $src = $dst.
 
   /// DisableEncoding - List of operand names (e.g. "$op1,$op2") that should not