diff options
-rw-r--r-- | lib/Target/Target.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td index e111f85d0f..6fada3452e 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -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. |