diff options
Diffstat (limited to 'lisc/test/live.ssa')
-rw-r--r-- | lisc/test/live.ssa | 10 |
1 files changed, 5 insertions, 5 deletions
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 } |