summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/print-arith-fp.ll
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-06 08:20:29 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-06 08:20:29 +0000
commitf4fe016fa15f703fe9c1b932d1e81e2c718521db (patch)
tree8a1bbd1a5b838080d31e5c93a1817006b8c62318 /test/CodeGen/Generic/print-arith-fp.ll
parent68eb509bdc5c7007520d5231cd92de28106236df (diff)
Import LLVM, at r72995.vendor/llvm/llvm-r72995
We should now have support for #pragma weak.
Notes
svn path=/vendor/llvm/dist/; revision=193574 svn path=/vendor/llvm/llvm-r72995/; revision=193575; tag=vendor/llvm/llvm-r72995
Diffstat (limited to 'test/CodeGen/Generic/print-arith-fp.ll')
-rw-r--r--test/CodeGen/Generic/print-arith-fp.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Generic/print-arith-fp.ll b/test/CodeGen/Generic/print-arith-fp.ll
index 87aa1a0ba9f7..1e27061941a4 100644
--- a/test/CodeGen/Generic/print-arith-fp.ll
+++ b/test/CodeGen/Generic/print-arith-fp.ll
@@ -24,9 +24,9 @@ define i32 @main() {
%b_s = getelementptr [8 x i8]* @b_str, i64 0, i64 0 ; <i8*> [#uses=1]
call i32 (i8*, ...)* @printf( i8* %a_s, double %a ) ; <i32>:1 [#uses=0]
call i32 (i8*, ...)* @printf( i8* %b_s, double %b ) ; <i32>:2 [#uses=0]
- %add_r = add double %a, %b ; <double> [#uses=1]
- %sub_r = sub double %a, %b ; <double> [#uses=1]
- %mul_r = mul double %a, %b ; <double> [#uses=1]
+ %add_r = fadd double %a, %b ; <double> [#uses=1]
+ %sub_r = fsub double %a, %b ; <double> [#uses=1]
+ %mul_r = fmul double %a, %b ; <double> [#uses=1]
%div_r = fdiv double %b, %a ; <double> [#uses=1]
%rem_r = frem double %b, %a ; <double> [#uses=1]
%add_s = getelementptr [12 x i8]* @add_str, i64 0, i64 0 ; <i8*> [#uses=1]