Classes need to have a prefix name, so that they can be tacked on to the pieces
[oota-llvm.git] / lib / Target / Target.td
index e111f85d0f0f5af18339c584f41985d5ab9d6e38..6fada3452e6068ca5171613b181ad579db9a34f8 100644 (file)
@@ -108,6 +108,7 @@ class RegisterClass<ValueType regType, int alignment, list<Register> regList> {
 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.