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)
commit1c83093cd5f4f6d33e732c817bb5afd033531beb
tree4920542d91ab9d5b12cd1e3dc247176edf6a0346
parent5cf823cd82778e3193a18feffeee69b2beb92c68
Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst
which would then cause an assert when printed.  rdar://11437956

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168960 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
test/MC/Disassembler/ARM/unpredictable-BFI.txt [new file with mode: 0644]