diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-11 18:59:23 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-11 18:59:23 -0500 |
commit | 727abf1f7311d5488b8c46aa0678e57c1d5f5dbc (patch) | |
tree | 30a8292c6b40eac0412203ba2027d985d003413f /lisc/test | |
parent | 53a5d7de2a7f84bf364753aaa3587121e8077937 (diff) | |
download | roux-727abf1f7311d5488b8c46aa0678e57c1d5f5dbc.tar.gz |
use new float comparison in test
Diffstat (limited to 'lisc/test')
-rw-r--r-- | lisc/test/double.ssa | 2 |
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 |