1 ; RUN: llc < %s -mtriple=i686--
3 %0 = type { %struct.GAP } ; type %0
4 %1 = type { i16, i8, i8 } ; type %1
5 %2 = type { [2 x i32], [2 x i32] } ; type %2
6 %3 = type { ptr } ; type %3
7 %struct.FILE_POS = type { i8, i8, i16, i32 }
8 %struct.FIRST_UNION = type { %struct.FILE_POS }
9 %struct.FOURTH_UNION = type { %struct.STYLE }
10 %struct.GAP = type { i8, i8, i16 }
11 %struct.LIST = type { ptr, ptr }
12 %struct.SECOND_UNION = type { %1 }
13 %struct.STYLE = type { %0, %0, i16, i16, i32 }
14 %struct.THIRD_UNION = type { %2 }
15 %struct.head_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.THIRD_UNION, %struct.FOURTH_UNION, ptr, %3, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, i32 }
16 %struct.rec = type { %struct.head_type }
18 define fastcc void @MinSize(ptr %x) nounwind {
20 %tmp13 = load i8, ptr undef, align 4 ; <i8> [#uses=3]
21 %tmp14 = zext i8 %tmp13 to i32 ; <i32> [#uses=2]
22 switch i32 %tmp14, label %bb1109 [
26 bb246: ; preds = %entry, %entry
27 switch i8 %tmp13, label %bb249 [
32 bb249: ; preds = %bb246
33 %tmp3240 = icmp eq i8 %tmp13, 0 ; <i1> [#uses=1]
34 br i1 %tmp3240, label %bb974, label %bb269
37 %tmp3424 = getelementptr %struct.rec, ptr %x, i32 0, i32 0, i32 0, i32 0, i32 1 ; <ptr> [#uses=0]
43 bb1109: ; preds = %entry
44 call fastcc void @Image(i32 %tmp14) nounwind ; <ptr> [#uses=0]
48 declare fastcc void @Image(i32) nounwind