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

Misha Brukman brukman at cs.uiuc.edu
Tue Aug 10 08:29:33 PDT 2004



Changes in directory llvm/lib/Target/SparcV9:

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

Define the target name so we can use it via TableGen.


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

Index: llvm/lib/Target/SparcV9/SparcV9.td
diff -u llvm/lib/Target/SparcV9/SparcV9.td:1.35 llvm/lib/Target/SparcV9/SparcV9.td:1.36
--- llvm/lib/Target/SparcV9/SparcV9.td:1.35	Mon Aug  9 14:13:27 2004
+++ llvm/lib/Target/SparcV9/SparcV9.td	Tue Aug 10 10:29:15 2004
@@ -23,6 +23,7 @@
 class InstV9 : Instruction {          // SparcV9 instruction baseline
   field bits<32> Inst;
 
+  let Name = "SparcV9";
   let Namespace = "V9";
 
   bits<2> op;






More information about the llvm-commits mailing list