From: Bill Wendling Date: Mon, 8 Nov 2010 23:50:20 +0000 (+0000) Subject: reglist has two operands. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3734ef3fb478cbae7baedfe009519a51db3b095e;p=oota-llvm.git reglist has two operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 7c7257900fd..0a988138a92 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -278,6 +278,7 @@ def brtarget : Operand; // A list of registers separated by comma. Used by load/store multiple. def reglist : Operand { + int NumOperands = 2; string EncoderMethod = "getRegisterListOpValue"; let PrintMethod = "printRegisterList"; }