remove a dead field.
authorChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 04:57:42 +0000 (04:57 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 04:57:42 +0000 (04:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45685 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index b64f65ea4007c256c94ff88fecf61b381d4c4db9..64a710bb55cd4df879a317a7e0339ef9b92c7b39 100644 (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.