Name the first basic block
[oota-llvm.git] / test / Jello / test4.ll
1 ; test phi node
2 int %main() {
3         br label %Test
4 Test:
5         %X = phi int [7, %0]
6         ret int %X
7 }