Renamed files to match the primary classes they provide.
[oota-llvm.git] / test / inssel2.ll
1 implementation
2
3 void "foo"(int * %x, int * %y)
4 begin
5 ; <label>:0                                     ;[#uses=1]
6         br label %Top
7
8 Top:                                    ;[#uses=4]
9         phi int [ 0, %0 ], [ 1, %Top ], [ 2, %Next ]            ; <int>:0       [#uses=0]
10         br bool true, label %Top, label %Next
11
12 Next:                                   ;[#uses=2]
13         br label %Top
14 end