Add sanity checking for bad register specifier(s) for the DPFrm instructions.
authorJohnny Chen <johnny.chen@apple.com>
Fri, 8 Apr 2011 00:29:09 +0000 (00:29 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 8 Apr 2011 00:29:09 +0000 (00:29 +0000)
commit97fdff1d3f0d931247aa300a02679681d684b87d
tree2abfc0226d3941a493410c5c9804ec4e641c536c
parent9974b8b3cb49eb937cb148c4199e0d456186c3ca
Add sanity checking for bad register specifier(s) for the DPFrm instructions.
Add more test cases to exercise the logical branches related to the above change.

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