mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
remove unused flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28888 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2c5bca165
commit
96dc5e5f6d
@ -16,7 +16,6 @@ class I<bits<6> opcode, dag OL, string asmstr, InstrItinClass itin>
|
||||
field bits<32> Inst;
|
||||
|
||||
bit PPC64 = 0; // Default value, override with isPPC64
|
||||
bit VMX = 0; // Default value, override with isVMX
|
||||
|
||||
let Name = "";
|
||||
let Namespace = "PPC";
|
||||
|
@ -167,7 +167,6 @@ def imm16ShiftedSExt : PatLeaf<(imm), [{
|
||||
// PowerPC Flag Definitions.
|
||||
|
||||
class isPPC64 { bit PPC64 = 1; }
|
||||
class isVMX { bit VMX = 1; }
|
||||
class isDOT {
|
||||
list<Register> Defs = [CR0];
|
||||
bit RC = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user