blob: 13ed6526e037648b0579a452c168beb48bd08d62 [file] [log] [blame]
Dale Johannesen6b896ce2007-02-17 00:44:34 +00001; RUN: llvm-as < %s | llc &&
2; RUN: llvm-as < %s | llc | grep jmp | wc -l | grep 0
3
4; ModuleID = 'bugpoint.test.bc'
5target datalayout = "e-p:32:32"
6target triple = "i686-apple-darwin8"
7 %struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 }
8 %struct.Index_Map = type { i32, %struct.item_set** }
9 %struct.Item = type { [4 x i16], %struct.rule* }
10 %struct.__sFILEX = type opaque
11 %struct.__sbuf = type { i8*, i32 }
12 %struct.dimension = type { i16*, %struct.Index_Map, %struct.mapping*, i32, %struct.plankMap* }
13 %struct.item_set = type { i32, i32, %struct.operator*, [2 x %struct.item_set*], %struct.item_set*, i16*, %struct.Item*, %struct.Item* }
14 %struct.list = type { i8*, %struct.list* }
15 %struct.mapping = type { %struct.list**, i32, i32, i32, %struct.item_set** }
16 %struct.nonterminal = type { i8*, i32, i32, i32, %struct.plankMap*, %struct.rule* }
17 %struct.operator = type { i8*, i8, i32, i32, i32, i32, %struct.table* }
18 %struct.pattern = type { %struct.nonterminal*, %struct.operator*, [2 x %struct.nonterminal*] }
19 %struct.plank = type { i8*, %struct.list*, i32 }
20 %struct.plankMap = type { %struct.list*, i32, %struct.stateMap* }
21 %struct.rule = type { [4 x i16], i32, i32, i32, %struct.nonterminal*, %struct.pattern*, i8 }
22 %struct.stateMap = type { i8*, %struct.plank*, i32, i16* }
23 %struct.table = type { %struct.operator*, %struct.list*, i16*, [2 x %struct.dimension*], %struct.item_set** }
24@outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1]
25@str1 = external global [11 x i8] ; <[11 x i8]*> [#uses=1]
26
27implementation ; Functions:
28
29declare i32 @fprintf(%struct.FILE*, i8*, ...)
30
31define i16 @main_bb_2E_i9_2E_i_2E_i932_2E_ce(%struct.list* %l_addr.01.0.i2.i.i929, %struct.operator** %tmp66.i62.i.out) {
32newFuncRoot:
33 br label %bb.i9.i.i932.ce
34
35bb36.i.i.exitStub: ; preds = %bb.i9.i.i932.ce
36 store %struct.operator* %tmp66.i62.i, %struct.operator** %tmp66.i62.i.out
37 ret i16 0
38
39bb.i14.i.exitStub: ; preds = %bb.i9.i.i932.ce
40 store %struct.operator* %tmp66.i62.i, %struct.operator** %tmp66.i62.i.out
41 ret i16 1
42
43bb12.i.i935.exitStub: ; preds = %bb.i9.i.i932.ce
44 store %struct.operator* %tmp66.i62.i, %struct.operator** %tmp66.i62.i.out
45 ret i16 2
46
47bb20.i.i937.exitStub: ; preds = %bb.i9.i.i932.ce
48 store %struct.operator* %tmp66.i62.i, %struct.operator** %tmp66.i62.i.out
49 ret i16 3
50
51bb28.i.i938.exitStub: ; preds = %bb.i9.i.i932.ce
52 store %struct.operator* %tmp66.i62.i, %struct.operator** %tmp66.i62.i.out
53 ret i16 4
54
55bb.i9.i.i932.ce: ; preds = %newFuncRoot
56 %tmp1.i3.i.i930 = getelementptr %struct.list* %l_addr.01.0.i2.i.i929, i32 0, i32 0 ; <i8**> [#uses=1]
57 %tmp2.i4.i.i931 = load i8** %tmp1.i3.i.i930 ; <i8*> [#uses=1]
58 %tmp66.i62.i = bitcast i8* %tmp2.i4.i.i931 to %struct.operator* ; <%struct.operator*> [#uses=7]
59 %tmp1.i6.i = getelementptr %struct.operator* %tmp66.i62.i, i32 0, i32 2 ; <i32*> [#uses=1]
60 %tmp2.i7.i = load i32* %tmp1.i6.i ; <i32> [#uses=1]
61 %tmp3.i8.i = load %struct.FILE** @outfile ; <%struct.FILE*> [#uses=1]
62 %tmp5.i9.i = call i32 (%struct.FILE*, i8*, ...)* @fprintf( %struct.FILE* %tmp3.i8.i, i8* getelementptr ([11 x i8]* @str1, i32 0, i32 0), i32 %tmp2.i7.i ) ; <i32> [#uses=0]
63 %tmp7.i10.i = getelementptr %struct.operator* %tmp66.i62.i, i32 0, i32 5 ; <i32*> [#uses=1]
64 %tmp8.i11.i = load i32* %tmp7.i10.i ; <i32> [#uses=1]
65 switch i32 %tmp8.i11.i, label %bb36.i.i.exitStub [
66 i32 -1, label %bb.i14.i.exitStub
67 i32 0, label %bb12.i.i935.exitStub
68 i32 1, label %bb20.i.i937.exitStub
69 i32 2, label %bb28.i.i938.exitStub
70 ]
71}