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