summary refs log tree commit diff
path: root/lisc/test/echo.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/echo.ssa
parent21d637efc8e49fda0de659d8b78342adf6a30893 (diff)
downloadroux-cfa285395e19460a2da9c63167185a08245f1d83.tar.gz
update tests to new comparisons
Diffstat (limited to 'lisc/test/echo.ssa')
-rw-r--r--lisc/test/echo.ssa4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/test/echo.ssa b/lisc/test/echo.ssa
index 238bab0..c67434f 100644
--- a/lisc/test/echo.ssa
+++ b/lisc/test/echo.ssa
@@ -7,10 +7,10 @@ function w $main(w %argc, l %argv) {
 @loop
 	%av =l phi @start %av0, @loop2 %av1
 	%ac =w phi @start %ac0, @loop2 %ac1
-	%c0 =w ceq %ac, 0
+	%c0 =w ceqw %ac, 0
 	jnz %c0, @end, @loop1
 @loop1
-	%c1 =w ceq %ac, 1
+	%c1 =w ceqw %ac, 1
 	jnz %c1, @last, @nolast
 @last
 	jmp @loop2