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
This commit is contained in:
Dale Johannesen
2007-09-05 17:50:36 +00:00
parent d4af306aec
commit c2ec2baf3d
21 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ begin
%t3 = zext i31 %i to i1280
%t4 = sext i31 %i to i1280
%t5 = fptoui float 3.14159 to i31
%t5 = fptoui float 0x400921FA00000000 to i31
%t6 = uitofp i31 %t5 to double
%t7 = fptosi double -1234.5678 to i28
%t7 = fptosi double 0xC0934A456D5CFAAD to i28
%t8 = sitofp i8 -1 to double
%t9 = uitofp i8 255 to double