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.ssa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/spill1.ssa b/lisc/test/spill1.ssa
index c9d8501..74a161e 100644
--- a/lisc/test/spill1.ssa
+++ b/lisc/test/spill1.ssa
@@ -1,7 +1,7 @@
 # stupid spilling test
 
 function $test {
- @start
+@start
 	%x1  =w copy 10
 	%x2  =w add %x1, %x1
 	%x3  =w sub %x2, %x1