summary refs log tree commit diff
path: root/lisc/test/eucl.ssa
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/test/eucl.ssa')
-rw-r--r--lisc/test/eucl.ssa6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisc/test/eucl.ssa b/lisc/test/eucl.ssa
index 6a85bc3..d7a3567 100644
--- a/lisc/test/eucl.ssa
+++ b/lisc/test/eucl.ssa
@@ -4,15 +4,15 @@
 # swap of b and a
 
 function $test {
- @start
+@start
 
- @loop
+@loop
 	%a =w phi @start 380, @loop %r
 	%b =w phi @start 747, @loop %a
 	%r =w rem %b, %a
 	jnz %r, @loop, @end
 
- @end
+@end
 	storew %a, $a
 	ret
 }