remove a dead field.

llvm-svn: 45685
This commit is contained in:
Chris Lattner 2008-01-07 04:57:42 +00:00
parent 6f8713decb
commit 8c69898157
1 changed files with 0 additions and 1 deletions

View File

@ -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.