Add sanity checking for invalid register encodings for signed/unsigned extend instruc...
authorJohnny Chen <johnny.chen@apple.com>
Thu, 7 Apr 2011 19:28:58 +0000 (19:28 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Thu, 7 Apr 2011 19:28:58 +0000 (19:28 +0000)
commit22dc4d9f59213c51cefe4fe237030c91d92d388b
treee6f812e2186990d7344211b39c091931c4e2647e
parent8dbda0b51b7a7a7b4fb16a34b421a658cb86f9f3
Add sanity checking for invalid register encodings for signed/unsigned extend instructions.
Add some test cases.

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