projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166f45e
)
add a new field needed by the code emitter generator.
author
Chris Lattner
<sabre@nondot.org>
Wed, 15 Nov 2006 22:55:04 +0000
(22:55 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 15 Nov 2006 22:55:04 +0000
(22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31768
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Target.td
patch
|
blob
|
history
diff --git
a/lib/Target/Target.td
b/lib/Target/Target.td
index 0f2b0348bef52d40749e9161dd3ace81a0bd8b03..10d458eb8aa29cd320fed0676ee9f2badd42931a 100644
(file)
--- 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