summary refs log tree commit diff
path: root/lisc/test/fix2.ssa
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/test/fix2.ssa')
-rw-r--r--lisc/test/fix2.ssa10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisc/test/fix2.ssa b/lisc/test/fix2.ssa
index 5ffbd28..a07ee2e 100644
--- a/lisc/test/fix2.ssa
+++ b/lisc/test/fix2.ssa
@@ -1,15 +1,15 @@
 function $test {
- @start
+@start
 	%x =w copy 1
- @loop
+@loop
 	jnz %x, @noz, @isz
- @noz
+@noz
 	%x =w copy 0
 	jnz %x, @loop, @end
- @isz
+@isz
 	%x =w copy 1
 	jmp @loop
- @end
+@end
 	%z =w add 10, %x
 	ret
 }