summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/arm/muldf3vfp.S
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-27 17:50:21 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-27 17:50:21 +0000
commit9ff9371bb7331f329681b9df831922dd2e20fdee (patch)
tree1f06354fd8520b15ff0f06fa57297349e87d008a /compiler-rt/lib/arm/muldf3vfp.S
parent7d50478889d03ad6125710de69ff55e594a15139 (diff)
downloadbcm5719-llvm-9ff9371bb7331f329681b9df831922dd2e20fdee.tar.gz
bcm5719-llvm-9ff9371bb7331f329681b9df831922dd2e20fdee.zip
Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbols inside .S files.
llvm-svn: 85264
Diffstat (limited to 'compiler-rt/lib/arm/muldf3vfp.S')
-rw-r--r--compiler-rt/lib/arm/muldf3vfp.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/arm/muldf3vfp.S b/compiler-rt/lib/arm/muldf3vfp.S
index 7ae256af594..bb0fd43b9a7 100644
--- a/compiler-rt/lib/arm/muldf3vfp.S
+++ b/compiler-rt/lib/arm/muldf3vfp.S
@@ -15,8 +15,7 @@
// Multiplies two double precision floating point numbers using the Darwin
// calling convention where double arguments are passsed in GPR pairs
//
- .globl ___muldf3vfp
-___muldf3vfp:
+DEFINE_COMPILERRT_FUNCTION(__muldf3vfp)
fmdrr d6, r0, r1 // move first param from r0/r1 pair into d6
fmdrr d7, r2, r3 // move second param from r2/r3 pair into d7
fmuld d6, d6, d7
OpenPOWER on IntegriCloud