Remove ClassPrefix variable as it's no longer used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15586 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman
2004-08-09 19:13:29 +00:00
parent d7a5b2826c
commit 8124020192
5 changed files with 0 additions and 5 deletions

View File

@@ -108,7 +108,6 @@ 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.