Add comments to the handling of opcode CPS3p to reject invalid instruction encoding,
authorJohnny Chen <johnny.chen@apple.com>
Thu, 24 Mar 2011 17:04:22 +0000 (17:04 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Thu, 24 Mar 2011 17:04:22 +0000 (17:04 +0000)
commitce1868b21ce91245622964da1408cdec76af77a8
treec7b3336fd9b44481e29bbbf21dd854a00b2ebbd7
parent0a828fd7effe06a483c002a50228623552612a11
Add comments to the handling of opcode CPS3p to reject invalid instruction encoding,
a test case of invalid CPS3p encoding and one for invalid VLDMSDB due to regs out of range.

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