Add a check in the ARM disassembler for NEON instructions that would
authorBob Wilson <bob.wilson@apple.com>
Fri, 30 Jul 2010 23:27:59 +0000 (23:27 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 30 Jul 2010 23:27:59 +0000 (23:27 +0000)
commit70a4e3c532ea1985278f85bf51296dcd0da65ead
tree03a36eda4ebc274682d824de4112aa059b89b732
parent1844b1a5a483b8f01f29500a8d0d552447cbb7e5
Add a check in the ARM disassembler for NEON instructions that would
reference registers past the end of the NEON register file, and report them
as invalid instead of asserting when trying to print them.  PR7746.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109933 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp