Target: Allow target specific operand types
[oota-llvm.git] / include / llvm / Target / Target.td
index 688c03fd7e2d331624ca8739b89976926c3890c9..7a5ae092778e68eb0c3024748c6ffb736217fc1c 100644 (file)
@@ -624,6 +624,9 @@ class RegisterOperand<RegisterClass regclass, string pm = "printOperand">
   // can match a subset of some other class, in which case the AsmOperandClass
   // should declare the other operand as one of its super classes.
   AsmOperandClass ParserMatchClass;
+
+  string OperandNamespace = "MCOI";
+  string OperandType = "OPERAND_REGISTER";
 }
 
 let OperandType = "OPERAND_IMMEDIATE" in {