LDCL_POST and STCL_POST need one's-complement offsets, rather than two's complement...
authorOwen Anderson <resistor@mac.com>
Thu, 4 Aug 2011 18:24:14 +0000 (18:24 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 4 Aug 2011 18:24:14 +0000 (18:24 +0000)
commit154c41dbbc06284efd56782a8bc137a25148918e
tree4c6673483d45b1580448935a2ad4030912d3ed78
parent5c4e52e49648c196f629b8623b4aca7e4c0080e3
LDCL_POST and STCL_POST need one's-complement offsets, rather than two's complement offsets.  Add an appropriate immediate type for them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
utils/TableGen/EDEmitter.cpp