Remove unused field from Operand

llvm-svn: 219430
This commit is contained in:
Matt Arsenault 2014-10-09 19:15:18 +00:00
parent a52a41be4a
commit 33860a8f09
1 changed files with 0 additions and 1 deletions

View File

@ -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);