summary refs log tree commit diff
path: root/lisc/test/spill2.ssa
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/test/spill2.ssa')
-rw-r--r--lisc/test/spill2.ssa6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisc/test/spill2.ssa b/lisc/test/spill2.ssa
index 49ce2f2..cdfda2d 100644
--- a/lisc/test/spill2.ssa
+++ b/lisc/test/spill2.ssa
@@ -6,8 +6,8 @@
 
 function $test() {
 @start
-	%a =w copy 0
-	%b =w copy 0
+	%a =w loadw $a
+	%b =w loadw $a
 
 @loop
 	%c =w phi @start 0, @loop %f
@@ -16,7 +16,7 @@ function $test() {
 	%f =w add %c, %d
 	%g =w add %c, %e
 	%h =w add %e, %d
-	%x =w csle %a, %b
+	%x =w cslew %a, %b
 	jnz %x, @loop, @end
 
 @end