aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll')
-rw-r--r--test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll b/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
index df03c4e..e692005 100644
--- a/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
+++ b/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
@@ -38,9 +38,9 @@ float %test6(float %F) {
}
int %main(int %argc, sbyte** %argv) {
- %a = call int %test1(float 3.1415926)
+ %a = call int %test1(float 0x400921FB40000000)
%b = call float %test2(int %a)
- %c = call long %test3(double 3.1415926)
+ %c = call long %test3(double 0x400921FB4D12D84A)
%d = call double %test4(long %c)
%e = call double %test5(double 7.0)
%f = call float %test6(float 7.0)