summaryrefslogtreecommitdiffstats
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
commit8c698981574e14df840742cff8e52ae3685b78c7 (patch)
tree4b19ab24a125ba0bf64fec91416d99aa35e9f9eb
parent6f8713decb0b64255281ba1cfcd7e68fb434adc4 (diff)
downloadbcm5719-llvm-8c698981574e14df840742cff8e52ae3685b78c7.tar.gz
bcm5719-llvm-8c698981574e14df840742cff8e52ae3685b78c7.zip
remove a dead field.
llvm-svn: 45685
-rw-r--r--llvm/lib/Target/Target.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Target.td b/llvm/lib/Target/Target.td
index b64f65ea400..64a710bb55c 100644
--- a/llvm/lib/Target/Target.td
+++ b/llvm/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.
OpenPOWER on IntegriCloud