summary refs log tree commit diff
path: root/lisc/test/spill2.ssa
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-11 20:02:31 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-11 20:02:31 -0500
commitcfa285395e19460a2da9c63167185a08245f1d83 (patch)
treed8eb342221c4a40e4f5d32786edf9626f7b57ac9 /lisc/test/spill2.ssa
parent21d637efc8e49fda0de659d8b78342adf6a30893 (diff)
downloadroux-cfa285395e19460a2da9c63167185a08245f1d83.tar.gz
update tests to new comparisons
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