Changes in directory llvm/lib/Target/PowerPC:

PPCInstrFormats.td updated: 1.74 -> 1.75
PPCInstrInfo.td updated: 1.229 -> 1.230
---
Log message:

remove unused flag


---
Diffs of the changes:  (+0 -2)

 PPCInstrFormats.td |    1 -
 PPCInstrInfo.td    |    1 -
 2 files changed, 2 deletions(-)


Index: llvm/lib/Target/PowerPC/PPCInstrFormats.td
diff -u llvm/lib/Target/PowerPC/PPCInstrFormats.td:1.74 
llvm/lib/Target/PowerPC/PPCInstrFormats.td:1.75
--- llvm/lib/Target/PowerPC/PPCInstrFormats.td:1.74     Tue Jun  6 16:29:23 2006
+++ llvm/lib/Target/PowerPC/PPCInstrFormats.td  Tue Jun 20 18:15:07 2006
@@ -16,7 +16,6 @@
   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";


Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.229 
llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.230
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.229       Tue Jun 20 18:11:36 2006
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td     Tue Jun 20 18:15:07 2006
@@ -167,7 +167,6 @@
 // PowerPC Flag Definitions.
 
 class isPPC64 { bit PPC64 = 1; }
-class isVMX   { bit VMX = 1; }
 class isDOT   {
   list<Register> Defs = [CR0];
   bit RC  = 1;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to