summary refs log tree commit diff
path: root/lisc/test/fix3.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/fix3.ssa
parent21d637efc8e49fda0de659d8b78342adf6a30893 (diff)
downloadroux-cfa285395e19460a2da9c63167185a08245f1d83.tar.gz
update tests to new comparisons
Diffstat (limited to 'lisc/test/fix3.ssa')
-rw-r--r--lisc/test/fix3.ssa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/fix3.ssa b/lisc/test/fix3.ssa
index 1350dc5..283e5a1 100644
--- a/lisc/test/fix3.ssa
+++ b/lisc/test/fix3.ssa
@@ -3,7 +3,7 @@ function w $test() {
 	%x =w copy 100
 	%s =w copy 0
 @l
-	%c =w csle %x, 10
+	%c =w cslew %x, 10
 	jnz %c, @a, @b
 @a
 	%s =w add %s, %x