summary refs log tree commit diff
path: root/lisc/test/cup.ssa
blob: 184b861f42ae99cec2575193835df8e8a01d1b28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# counts up from -1988 to 1991

@start
@loop
	%n0  =l phi @start -1988, @loop %n1
	%n1  =l add 1, %n0
	%cmp =l csle 1991, %n1
	jnz %cmp, @end, @loop
@end
	ret