remove a dead field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45685 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-01-07 04:57:42 +00:00
parent af3eb7c758
commit 775060d007

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.