From b100f91754fb3fe5802fa5e7cea5de5112b12dd8 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 17 Nov 2010 05:31:09 +0000 Subject: The machine instruction no longer encodes the submode as a separate operand. We should get the submode from the load/store multiple instruction's opcode. llvm-svn: 119461 --- llvm/lib/Target/ARM/ARMAddressingModes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/Target/ARM/ARMAddressingModes.h') diff --git a/llvm/lib/Target/ARM/ARMAddressingModes.h b/llvm/lib/Target/ARM/ARMAddressingModes.h index 7f68c810943..19fbf0548b0 100644 --- a/llvm/lib/Target/ARM/ARMAddressingModes.h +++ b/llvm/lib/Target/ARM/ARMAddressingModes.h @@ -576,6 +576,8 @@ namespace ARM_AM { return Val; } + AMSubMode getLoadStoreMultipleSubMode(int Opcode); + } // end namespace ARM_AM } // end namespace llvm -- cgit v1.2.3