From c2ec2baf3d4de95695e695ee404efc251efba6d4 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Wed, 5 Sep 2007 17:50:36 +0000 Subject: Change all floating constants that are not exactly representable to use hex format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41722 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/load.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/load.ll') diff --git a/test/Transforms/InstCombine/load.ll b/test/Transforms/InstCombine/load.ll index 1bb7a5f736..5c7d580a46 100644 --- a/test/Transforms/InstCombine/load.ll +++ b/test/Transforms/InstCombine/load.ll @@ -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() { -- cgit v1.2.3