aboutsummaryrefslogtreecommitdiffstats
path: root/test/inssel2.ll
blob: e2df8ad46c525cf9006eb00a0af576d7414a36e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
implementation

void "foo"(int * %x, int * %y)
begin
; <label>:0					;[#uses=1]
	br label %Top

Top:					;[#uses=4]
	phi int [ 0, %0 ], [ 1, %Top ], [ 2, %Next ]		; <int>:0	[#uses=0]
	br bool true, label %Top, label %Next

Next:					;[#uses=2]
	br label %Top
end