mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
no need to explicitly clear these fields.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0aaa4f0130
commit
7358c193fd
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user