summaryrefslogtreecommitdiff
path: root/test/Integer/BitCast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/BitCast.ll')
-rw-r--r--test/Integer/BitCast.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Integer/BitCast.ll b/test/Integer/BitCast.ll
index c589ff0766..0bef0230e9 100644
--- a/test/Integer/BitCast.ll
+++ b/test/Integer/BitCast.ll
@@ -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