blob: a406184d805e8e3250bc90fab6441916a8baf89d [file] [log] [blame]
Chris Lattner1405ec02002-10-25 23:01:51 +00001; test phi node
2int %main() {
3 br label %Test
4Test:
5 %X = phi int [7, %0]
6 ret int %X
7}