no need to explicitly clear these fields.

llvm-svn: 45683
This commit is contained in:
Chris Lattner 2008-01-07 04:55:09 +00:00
parent f7c3ff6f80
commit 6077962101
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;