From ee46ff8dad6782a739fefd176e55a70754787917 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 14 Sep 2015 18:06:29 -0400 Subject: cosmetic indentation style fix --- lisc/test/eucl.ssa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisc/test/eucl.ssa') 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 } -- cgit 1.4.1