mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Remove unused field from Operand
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219430 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e3ee4ceb5
commit
2b3bbbdf0c
@ -592,7 +592,6 @@ class Operand<ValueType ty> : DAGOperand {
|
||||
string PrintMethod = "printOperand";
|
||||
string EncoderMethod = "";
|
||||
string DecoderMethod = "";
|
||||
string AsmOperandLowerMethod = ?;
|
||||
string OperandType = "OPERAND_UNKNOWN";
|
||||
dag MIOperandInfo = (ops);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user