b02c54a1a261f197e5945f57c0db427cd7825cf9
[oota-llvm.git] / test / ExecutionEngine / 2003-05-11-PHIRegAllocBug.ll
1 target endian = little
2 target pointersize = 32
3
4 implementation
5
6 int %main(int, sbyte**) {
7 entry:
8         br bool false, label %then, label %endif
9 then:
10         br label %endif
11 endif:
12         %x.0 = phi uint [ 4, %entry ], [ 27, %then ]
13         %result.0 = phi int [ 32, %then ], [ 0, %entry ]
14         ret int 0
15 }