Change ARMInstPrinter::printPredicateOperand() so it will not abort if it
authorKevin Enderby <enderby@apple.com>
Thu, 1 Mar 2012 22:13:02 +0000 (22:13 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 1 Mar 2012 22:13:02 +0000 (22:13 +0000)
commitb0578512c79134136e8b53c62a8677ab8e600be2
treeace12736bc4e11228659dc5b1306b3f5036070e9
parentdfa27aea12ae1d69a7e94ed5e6df6be1cc90d9e3
Change ARMInstPrinter::printPredicateOperand() so it will not abort if it
runs into the undefined 15 condition code value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151844 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
test/MC/Disassembler/ARM/invalid-IT-CC15.txt [new file with mode: 0644]