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

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 9 12:13:37 PDT 2004



Changes in directory llvm/lib/Target/SparcV9:

SparcV9.td updated: 1.34 -> 1.35
---
Log message:

Remove ClassPrefix variable as it's no longer used.


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

Index: llvm/lib/Target/SparcV9/SparcV9.td
diff -u llvm/lib/Target/SparcV9/SparcV9.td:1.34 llvm/lib/Target/SparcV9/SparcV9.td:1.35
--- llvm/lib/Target/SparcV9/SparcV9.td:1.34	Mon Aug  9 12:46:49 2004
+++ llvm/lib/Target/SparcV9/SparcV9.td	Mon Aug  9 14:13:27 2004
@@ -24,7 +24,6 @@
   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