forked from OSchip/llvm-project
parent
a52a41be4a
commit
33860a8f09
|
@ -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…
Reference in New Issue