diff --git a/lib/Target/Target.td b/lib/Target/Target.td index b64f65ea400..64a710bb55c 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.