summary refs log tree commit diff
path: root/lisc/test/spill1.ssa
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/test/spill1.ssa')
-rw-r--r--lisc/test/spill1.ssa4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisc/test/spill1.ssa b/lisc/test/spill1.ssa
index 9dc5213..c9d8501 100644
--- a/lisc/test/spill1.ssa
+++ b/lisc/test/spill1.ssa
@@ -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
+}