projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af3eb7c
)
remove a dead field.
author
Chris Lattner
<sabre@nondot.org>
Mon, 7 Jan 2008 04:57:42 +0000
(
04:57
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/Target.td
b/lib/Target/Target.td
index b64f65ea4007c256c94ff88fecf61b381d4c4db9..64a710bb55cd4df879a317a7e0339ef9b92c7b39 100644
(file)
--- 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.