Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst
authorKevin Enderby <enderby@apple.com>
Thu, 29 Nov 2012 23:47:11 +0000 (23:47 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 29 Nov 2012 23:47:11 +0000 (23:47 +0000)
commit136d6746c58fe3ab431e2279289646769918a48f
treed2a9631d5e2c62d365cee1169af2a0183397db59
parenta92db6773ad6054317a7f72a16e319eddd6d7edf
Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst
which would then cause an assert when printed.  rdar://11437956

llvm-svn: 168960
llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
llvm/test/MC/Disassembler/ARM/unpredictable-BFI.txt [new file with mode: 0644]