summary refs log tree commit diff
path: root/lisc/test
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-11 18:59:23 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-11 18:59:23 -0500
commit727abf1f7311d5488b8c46aa0678e57c1d5f5dbc (patch)
tree30a8292c6b40eac0412203ba2027d985d003413f /lisc/test
parent53a5d7de2a7f84bf364753aaa3587121e8077937 (diff)
downloadroux-727abf1f7311d5488b8c46aa0678e57c1d5f5dbc.tar.gz
use new float comparison in test
Diffstat (limited to 'lisc/test')
-rw-r--r--lisc/test/double.ssa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/double.ssa b/lisc/test/double.ssa
index c91583e..7c8cb2a 100644
--- a/lisc/test/double.ssa
+++ b/lisc/test/double.ssa
@@ -9,7 +9,7 @@ function $test() {
 	%i1 =w phi @start 0, @loop %i2
 	%x5 =d add %x4, %x4
 	%i2 =w add %i1, 1
-	%c0 =d csle %x5, `1
+	%c0 =w cled %x5, `1
 	jnz %c0, @loop, @end
 
 @end