From 52fad575802e99c34f93e03ba91ca34dd1d547b7 Mon Sep 17 00:00:00 2001
From: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Fri, 12 Feb 2016 19:43:54 -0500
Subject: [PATCH] test int syntax for one fp constant

---
 lisc/test/double.ssa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/test/double.ssa b/lisc/test/double.ssa
index 9fc2e90..576ed04 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 =w cled %x5, d_1
+	%c0 =w cled %x5, 4607182418800017408 # d_1.0
 	jnz %c0, @loop, @end
 
 @end