The immediate operands of an LDRi12 instruction doesn't need the addrmode2
authorJim Grosbach <grosbach@apple.com>
Wed, 27 Oct 2010 16:50:31 +0000 (16:50 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 27 Oct 2010 16:50:31 +0000 (16:50 +0000)
commit063efbf569e46776093ddf50099c98fdbb362167
treeace7209339d9e067f8705bbd49d740ae1932eb7e
parent0ed257c0365f1e2227ccd9f42c2ae1f80815d6d2
The immediate operands of an LDRi12 instruction doesn't need the addrmode2
encoding tricks. Handle the 'imm doesn't fit in the insn' case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117454 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp