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,6 +1,7 @@
# stupid spilling test
@start
function $test {
@start
%x1 =w copy 10
%x2 =w add %x1, %x1
%x3 =w sub %x2, %x1
@ -18,3 +19,4 @@
%x15 =w sub %x14, %x2
%x16 =w add %x15, %x1
ret
}