[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td 
    Misha Brukman 
    brukman at cs.uiuc.edu
       
    Mon Aug  9 12:13:35 PDT 2004
    
    
  
Changes in directory llvm/lib/Target/PowerPC:
PowerPCInstrFormats.td updated: 1.5 -> 1.6
---
Log message:
Remove ClassPrefix variable as it's no longer used.
---
Diffs of the changes:  (+0 -1)
Index: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.5 llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.6
--- llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.5	Mon Aug  9 12:46:26 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrFormats.td	Mon Aug  9 14:13:25 2004
@@ -56,7 +56,6 @@
 
   let Name = name;
   let Namespace = "PPC32";
-  let ClassPrefix = "PowerPC";
   let Inst{0-5} = opcode;
 }
 
    
    
More information about the llvm-commits
mailing list