1# RUN: llvm-mc --disassemble %s -triple=thumbv7-unknown-unknown 2>&1 | FileCheck %s
2# rdar://10841671
3
40xe3 0xbf
50xdf 0xed 0x61 0x3b
60x71 0xee 0xe0 0x1b
70x72 0xee 0xa3 0x2b
80xdf 0xed 0x60 0x0b
9
10# This is test is dealing with a undefined condition code value of 15 in the
11# above sequence of junk bytes and not allowing the disassembler to abort on
12# printing the final instruction in this list.
13#
14# CHECK: ittte	al
15# CHECK: vldr	d19, [pc, #388]
16# CHECK: vsub.f64	d17, d17, d16
17# CHECK: vadd.f64	d18, d18, d19
18# CHECK: vldr	d16, [pc, #384]
19