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

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



Changes in directory llvm/lib/Target:

Target.td updated: 1.30 -> 1.31
---
Log message:

Remove ClassPrefix variable as it's no longer used.


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

Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.30 llvm/lib/Target/Target.td:1.31
--- llvm/lib/Target/Target.td:1.30	Mon Aug  9 12:46:06 2004
+++ llvm/lib/Target/Target.td	Mon Aug  9 14:13:22 2004
@@ -108,7 +108,6 @@
 class Instruction {
   string Name = "";         // The opcode string for this instruction
   string Namespace = "";
-  string ClassPrefix = "";
 
   dag OperandList;          // An dag containing the MI operand list.
   string AsmString = "";    // The .s format to print the instruction with.






More information about the llvm-commits mailing list