From 3734ef3fb478cbae7baedfe009519a51db3b095e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 8 Nov 2010 23:50:20 +0000 Subject: [PATCH] reglist has two operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118457 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMInstrInfo.td | 1 + 1 file changed, 1 insertion(+) 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"; } -- 2.34.1