Changes in directory llvm/lib/Target:

Target.td updated: 1.89 -> 1.90
---
Log message:

add a new field needed by the code emitter generator.


---
Diffs of the changes:  (+4 -0)

 Target.td |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.89 llvm/lib/Target/Target.td:1.90
--- llvm/lib/Target/Target.td:1.89      Fri Nov  3 17:52:18 2006
+++ llvm/lib/Target/Target.td   Wed Nov 15 16:55:04 2006
@@ -173,6 +173,10 @@
   InstrItinClass Itinerary = NoItinerary;// Execution steps used for 
scheduling.
 
   string Constraints = "";
+  
+  /// DisableEncoding - List of operand names (e.g. "$op1,$op2") that should 
not
+  /// be encoded into the output machineinstr.
+  string DisableEncoding = "";
 }
 
 /// Imp - Helper class for specifying the implicit uses/defs set for an



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to