summary refs log tree commit diff
path: root/lisc/test/cup.ssa
blob: bd6501e0b8c21e3f21397c8fc898dbaec9292f57 (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 =w csle 1991, %n1
	jez %cmp, @loop, @end
@end
	ret