summary refs log tree commit diff
path: root/lisc/test/spill.ssa
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-01 18:17:06 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:29 -0400
commitcf307002d9cb87238d1c09b2bd795a057ae064d7 (patch)
treeb23c93bd2bf4c11c409e981ed8ea172a3ffcf43e /lisc/test/spill.ssa
parentdff7044a2caba0dab6b0c140fcf60f29c0565996 (diff)
downloadroux-cf307002d9cb87238d1c09b2bd795a057ae064d7.tar.gz
start work on word/long handling
Diffstat (limited to 'lisc/test/spill.ssa')
-rw-r--r--lisc/test/spill.ssa14
1 files changed, 7 insertions, 7 deletions
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