aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-07 04:57:42 +0000
committerChris Lattner <sabre@nondot.org>2008-01-07 04:57:42 +0000
commit775060d0077df0828a5e36db92b5f12dca1dcc14 (patch)
tree62ce1d5032660e2dc2b2e636a4c6026ecf7379f2
parentaf3eb7c7583555ea5fd08e99f28b0042811e4dc2 (diff)
remove a dead field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45685 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Target.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index b64f65ea40..64a710bb55 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.