Change all floating constants that are not exactly
[oota-llvm.git] / test / Transforms / InstCombine / load.ll
index 1bb7a5f736d0285181c641fbdd6bcdf9bec95f6d..5c7d580a467e882f0cc8a0b3221e7b1c2ebf93b0 100644 (file)
@@ -5,7 +5,7 @@
 %X = constant int 42
 %X2 = constant int 47
 %Y = constant [2 x { int, float }] [ { int, float } { int 12, float 1.0 }, 
-                                     { int, float } { int 37, float 1.2312 } ]
+                                     { int, float } { int 37, float 0x3FF3B2FEC0000000 } ]
 %Z = constant [2 x { int, float }] zeroinitializer
 
 int %test1() {