Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we should rejec...
authorJohnny Chen <johnny.chen@apple.com>
Fri, 1 Apr 2011 20:21:38 +0000 (20:21 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 1 Apr 2011 20:21:38 +0000 (20:21 +0000)
commitec30f6f5e5e53f384f3cbdade08ba654ef3680c7
tree4d5c524d79d9248065d099488d9240e545a4d281
parentce1498bdbe32d0d6ab14d449d559ee76c0b30d9d
Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we should reject the instruction
as invalid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
test/MC/Disassembler/ARM/arm-tests.txt
test/MC/Disassembler/ARM/invalid-LDRT-arm.txt [new file with mode: 0644]