aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-07 04:55:09 +0000
committerChris Lattner <sabre@nondot.org>2008-01-07 04:55:09 +0000
commit7358c193fd2c7e6cc844f72e2203cbdb7692759f (patch)
tree92dc5fe5855787af2db77a416a4e605597a99824 /lib
parent0aaa4f0130b4d666e7715e47dca6c9bb87d5c8d0 (diff)
no need to explicitly clear these fields.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/CellSPU/SPUInstrFormats.td1
-rw-r--r--lib/Target/PowerPC/PPCInstrFormats.td1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/CellSPU/SPUInstrFormats.td b/lib/Target/CellSPU/SPUInstrFormats.td
index 2ef79ba498..7221ab2dc8 100644
--- a/lib/Target/CellSPU/SPUInstrFormats.td
+++ b/lib/Target/CellSPU/SPUInstrFormats.td
@@ -18,7 +18,6 @@ class I<dag OOL, dag IOL, string asmstr, InstrItinClass itin>
: Instruction {
field bits<32> Inst;
- let Name = "";
let Namespace = "SPU";
let OutOperandList = OOL;
let InOperandList = IOL;
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td
index 5958e1cb9a..0355d950de 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -17,7 +17,6 @@ class I<bits<6> opcode, dag OOL, dag IOL, string asmstr, InstrItinClass itin>
bit PPC64 = 0; // Default value, override with isPPC64
- let Name = "";
let Namespace = "PPC";
let Inst{0-5} = opcode;
let OutOperandList = OOL;