From cf307002d9cb87238d1c09b2bd795a057ae064d7 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sat, 1 Aug 2015 18:17:06 -0400 Subject: start work on word/long handling --- lisc/test/spill.ssa | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lisc/test/spill.ssa') diff --git a/lisc/test/spill.ssa b/lisc/test/spill.ssa index 072a231..a504c52 100644 --- a/lisc/test/spill.ssa +++ b/lisc/test/spill.ssa @@ -10,11 +10,11 @@ # @start - %f = copy 0 # here - %b = copy 1 - %c = copy 2 - %a = sub %b, %c - %d = copy %b - %e = copy %f # and there - %g = copy %a + %f =w copy 0 # here + %b =w copy 1 + %c =w copy 2 + %a =w sub %b, %c + %d =w copy %b + %e =w copy %f # and there + %g =w copy %a ret -- cgit 1.4.1