commit 727abf1f7311d5488b8c46aa0678e57c1d5f5dbc
parent 53a5d7de2a7f84bf364753aaa3587121e8077937
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Thu, 11 Feb 2016 18:59:23 -0500
use new float comparison in test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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