diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td index 7c7257900fd..0a988138a92 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.td +++ b/llvm/lib/Target/ARM/ARMInstrInfo.td @@ -278,6 +278,7 @@ def brtarget : Operand<OtherVT>; // A list of registers separated by comma. Used by load/store multiple. def reglist : Operand<i32> { + int NumOperands = 2; string EncoderMethod = "getRegisterListOpValue"; let PrintMethod = "printRegisterList"; } |

