Thumb-2 only support [base_reg + offset_reg] addressing, not [base_reg - offset_reg].
authorDavid Goodwin <david_goodwin@apple.com>
Wed, 15 Jul 2009 15:50:19 +0000 (15:50 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Wed, 15 Jul 2009 15:50:19 +0000 (15:50 +0000)
commit7ecc850cf19b365a88f30c3f300d3979b960fe8b
tree155e6806859c67fc08c163bafd48b15773079ffe
parent3af282f16a5189c864ac3032387b593adfad49fe
Thumb-2 only support [base_reg + offset_reg] addressing, not [base_reg - offset_reg].

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