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/live.ssa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lisc/test/live.ssa') diff --git a/lisc/test/live.ssa b/lisc/test/live.ssa index 03e95e8..1e7fd2b 100644 --- a/lisc/test/live.ssa +++ b/lisc/test/live.ssa @@ -6,16 +6,16 @@ # nothing should ever be live at the entry function $test { - @start +@start %b =w copy 0 %x =w copy 10 jnz 0, @loop, @left - @left +@left jmp @inloop - @loop +@loop %x1 =w add %x, 1 - @inloop +@inloop %b1 =w add %b, 1 - @endloop +@endloop jmp @loop } -- cgit 1.4.1