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
diff --git a/test/Feature/weirdnames.ll b/test/Feature/weirdnames.ll
index bf143c3..e579758 100644
--- a/test/Feature/weirdnames.ll
+++ b/test/Feature/weirdnames.ll
@@ -7,4 +7,4 @@
 "&^ " = type { int }
 "%.*+ foo" = global "&^ " { int 5 }
 "0" = global float 0.0                 ; This CANNOT be %0
-"\03foo" = global float 0.1            ; Make sure funny char gets round trip
+"\03foo" = global float 0x3FB99999A0000000            ; Make sure funny char gets round trip