Change llc command line for register allocators
[oota-llvm.git] / test / Assembler / 2002-08-15-ConstantExprProblem.ll
1 %.LC0 = internal global [12 x sbyte] c"hello world\00"
2
3 implementation   ; Functions:
4
5 sbyte* %test() {
6         br label %BB1
7
8 BB1:                                    ;[#uses=2]
9         %ret = phi sbyte* [ getelementptr ([12 x sbyte]* %.LC0, long 0, long 0), %0 ], [ null, %BB2 ]
10         ret sbyte* %ret
11
12 BB2:
13         br label %BB1
14 }
15