blob: 526bb7b2194e77f4679c9a7d89cb05baebad5b1b [file] [log] [blame]
Chris Lattner657882c2002-08-15 17:04:40 +00001%.LC0 = internal global [12 x sbyte] c"hello world\00"
2
3implementation ; Functions:
4
5sbyte* %test() {
6 br label %BB1
7
8BB1: ;[#uses=2]
Chris Lattner42289a32003-03-06 19:59:08 +00009 %ret = phi sbyte* [ getelementptr ([12 x sbyte]* %.LC0, long 0, long 0), %0 ], [ null, %BB2 ]
Chris Lattner657882c2002-08-15 17:04:40 +000010 ret sbyte* %ret
11
12BB2:
13 br label %BB1
14}
15