Check invalid register encodings for LdFrm/StFrm ARM instructions and flag them as
authorJohnny Chen <johnny.chen@apple.com>
Mon, 11 Apr 2011 18:34:12 +0000 (18:34 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Mon, 11 Apr 2011 18:34:12 +0000 (18:34 +0000)
commite679d3331b5fb4747c5f03b546376f8fdb6a25d4
treeec10b87b7d8e289c572b11d05909bb28d07ebcc9
parentbd3327654b5708f1ba92aff3ab25b1bbf5034797
Check invalid register encodings for LdFrm/StFrm ARM instructions and flag them as
invalid instructions.

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