[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 9 10:46:36 PDT 2004



Changes in directory llvm/lib/Target/PowerPC:

PowerPCInstrFormats.td updated: 1.4 -> 1.5
---
Log message:

Define a ClassPrefix for PowerPC.


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

Index: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.4 llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.5
--- llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.4	Mon Aug  9 12:24:04 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrFormats.td	Mon Aug  9 12:46:26 2004
@@ -56,6 +56,7 @@
 
   let Name = name;
   let Namespace = "PPC32";
+  let ClassPrefix = "PowerPC";
   let Inst{0-5} = opcode;
 }
 






More information about the llvm-commits mailing list