The machine instruction no longer encodes the submode as a separate operand. We
authorBill Wendling <isanbard@gmail.com>
Wed, 17 Nov 2010 05:31:09 +0000 (05:31 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 17 Nov 2010 05:31:09 +0000 (05:31 +0000)
commit2567eec4233d58a2a0cbdcafca9420452689b395
tree5067b972df5f095ba6b5d7cbf22ab9a0dbca4ed2
parent0f6307561359fac4425a0b9e512931cf96c1ec5b
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119461 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAddressingModes.h
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMLoadStoreOptimizer.cpp