1; RUN: llc < %s -mtriple=thumb-apple-darwin
2
3	%struct.color_sample = type { i32 }
4	%struct.ref = type { %struct.color_sample, i16, i16 }
5
6define void @zcvrs() {
7	br i1 false, label %bb22, label %UnifiedReturnBlock
8
9bb22:
10	br i1 false, label %bb64, label %UnifiedReturnBlock
11
12bb64:
13	%tmp67 = urem i32 0, 0
14	%tmp69 = icmp slt i32 %tmp67, 10
15	%iftmp.13.0 = select i1 %tmp69, i8 48, i8 55
16	%tmp75 = add i8 %iftmp.13.0, 0
17	store i8 %tmp75, i8* null
18	%tmp81 = udiv i32 0, 0
19	%tmp83 = icmp eq i32 %tmp81, 0
20	br i1 %tmp83, label %bb85, label %bb64
21
22bb85:
23	ret void
24
25UnifiedReturnBlock:
26	ret void
27}
28