aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-15 22:55:04 +0000
committerChris Lattner <sabre@nondot.org>2006-11-15 22:55:04 +0000
commitfa326c709fdd73dcaa4802e35d65e519d6cc3b23 (patch)
treed8d7a7044f2064282b90b1f38314e1d85ae0de5a
parent166f45e8d70736575af54709848249fe3025ba79 (diff)
add a new field needed by the code emitter generator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31768 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Target.td4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index 0f2b0348be..10d458eb8a 100644
--- a/lib/Target/Target.td
+++ b/lib/Target/Target.td
@@ -173,6 +173,10 @@ class Instruction {
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