diff options
Diffstat (limited to 'lib/Target/Target.td')
-rw-r--r-- | lib/Target/Target.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td index b64f65e..64a710b 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -156,7 +156,6 @@ class Predicate; // Forward def // the Target/TargetInstrInfo.h file. // class Instruction { - string Name = ""; // The opcode string for this instruction string Namespace = ""; dag OutOperandList; // An dag containing the MI def operand list. |