Add thumb-2 store word, halfword, and byte.
authorDavid Goodwin <david_goodwin@apple.com>
Tue, 30 Jun 2009 22:11:34 +0000 (22:11 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Tue, 30 Jun 2009 22:11:34 +0000 (22:11 +0000)
commit73b8f16b360544bc0f756d92fa2661028160cef3
tree122d439de9e6fc1f9b1c9415a7d4913d33a7a715
parentf67799501cb8d17107133af658b8b705081b4c92
Add thumb-2 store word, halfword, and byte.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74555 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/Thumb2/thumb2-str.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-strb.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-strh.ll [new file with mode: 0644]