commit 52fad575802e99c34f93e03ba91ca34dd1d547b7
parent 1d9499172b7d0ebe1ecb9a35589bd8b02e99902c
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Fri, 12 Feb 2016 19:43:54 -0500
test int syntax for one fp constant
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 =w cled %x5, d_1
+ %c0 =w cled %x5, 4607182418800017408 # d_1.0
jnz %c0, @loop, @end
@end