turn test files in one function definition

This commit is contained in:
Quentin Carbonneaux 2015-09-07 22:11:43 -04:00
parent 87ab8941ed
commit a1b3e82dc9
16 changed files with 114 additions and 82 deletions

View file

@ -1,10 +1,12 @@
# counts up from -1988 to 1991
@start
@loop
function $test {
@start
@loop
%n0 =l phi @start -1988, @loop %n1
%n1 =l add 1, %n0
%cmp =l csle 1991, %n1
jnz %cmp, @end, @loop
@end
@end
ret
}