diff options
-rw-r--r-- | lib/Target/PowerPC/PPCInstrFormats.td | 1 | ||||
-rw-r--r-- | lib/Target/PowerPC/PPCInstrInfo.td | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td index bb0ccf89b0..9ed4393ff8 100644 --- a/lib/Target/PowerPC/PPCInstrFormats.td +++ b/lib/Target/PowerPC/PPCInstrFormats.td @@ -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"; diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index 36712189b5..341c47ac70 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td @@ -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; |