[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9.td 
    Misha Brukman 
    brukman at cs.uiuc.edu
       
    Mon Aug  9 10:46:59 PDT 2004
    
    
  
Changes in directory llvm/lib/Target/SparcV9:
SparcV9.td updated: 1.33 -> 1.34
---
Log message:
Define the ClassPrefix for SparcV9.
---
Diffs of the changes:  (+1 -0)
Index: llvm/lib/Target/SparcV9/SparcV9.td
diff -u llvm/lib/Target/SparcV9/SparcV9.td:1.33 llvm/lib/Target/SparcV9/SparcV9.td:1.34
--- llvm/lib/Target/SparcV9/SparcV9.td:1.33	Thu Jul  1 23:57:35 2004
+++ llvm/lib/Target/SparcV9/SparcV9.td	Mon Aug  9 12:46:49 2004
@@ -24,6 +24,7 @@
   field bits<32> Inst;
 
   let Namespace = "V9";
+  let ClassPrefix = "SparcV9";
 
   bits<2> op;
   let Inst{31-30} = op;               // Top two bits are the 'op' field
    
    
More information about the llvm-commits
mailing list