When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrSPi12,
authorJohnny Chen <johnny.chen@apple.com>
Tue, 20 Apr 2010 18:45:24 +0000 (18:45 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Tue, 20 Apr 2010 18:45:24 +0000 (18:45 +0000)
commit56a1afb6b06b63efb85efcfd12f07aa80ca6ab3b
tree59103f467c400987585301c72cd5acd5e34f2f2d
parentb545cde675e30f63c0a94ca5538bfb7fe4be186d
When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrSPi12,
as their generic counterparts t2ADDri12/t2SUBri12 should suffice.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101929 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Disassembler/thumb-tests.txt
utils/TableGen/ARMDecoderEmitter.cpp