forked from OSchip/llvm-project
parent
9ac6442db6
commit
4fcc04a32a
|
|
@ -213,7 +213,6 @@ def ptr_rc;
|
|||
class Operand<ValueType ty> {
|
||||
ValueType Type = ty;
|
||||
string PrintMethod = "printOperand";
|
||||
int NumMIOperands = 1;
|
||||
dag MIOperandInfo = (ops);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue