[llvm-commits] CVS: llvm/lib/Target/Target.td
Chris Lattner
sabre at nondot.org
Wed Nov 15 14:55:19 PST 2006
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
More information about the llvm-commits
mailing list