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/spill2.ssa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisc/test/spill2.ssa') diff --git a/lisc/test/spill2.ssa b/lisc/test/spill2.ssa index 75bfe07..5acb6f8 100644 --- a/lisc/test/spill2.ssa +++ b/lisc/test/spill2.ssa @@ -5,11 +5,11 @@ # adapt it! function $test { - @start +@start %a =w copy 0 %b =w copy 0 - @loop +@loop %c =w phi @start 0, @loop %f %d =w phi @start 0, @loop %g %e =w phi @start 0, @loop %h @@ -19,6 +19,6 @@ function $test { %x =w csle %a, %b jnz %x, @loop, @end - @end +@end ret } -- cgit 1.4.1