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/prime.ssa | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lisc/test/prime.ssa') diff --git a/lisc/test/prime.ssa b/lisc/test/prime.ssa index 673fbab..918db4a 100644 --- a/lisc/test/prime.ssa +++ b/lisc/test/prime.ssa @@ -2,25 +2,25 @@ # store it in a function $test { - @start - @loop +@start +@loop %n =w phi @start 5, @tloop %n, @yes %n1 %p =w phi @start 13, @tloop %p1, @yes %p1 %p1 =w add %p, 2 - @tloop +@tloop %t =w phi @loop 3, @next %t1 %r =w rem %p, %t jnz %r, @next, @loop - @next +@next %t1 =w add 2, %t %tsq =w mul %t1, %t1 %c0 =w csgt %tsq, %p jnz %c0, @yes, @tloop - @yes +@yes %n1 =w add 1, %n %c1 =w ceq 10001, %n1 jnz %c1, @end, @loop - @end +@end storew %p, $a ret } -- cgit 1.4.1