summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/arm/nedf2vfp.S
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/arm/nedf2vfp.S')
-rw-r--r--compiler-rt/lib/arm/nedf2vfp.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/arm/nedf2vfp.S b/compiler-rt/lib/arm/nedf2vfp.S
index a7541de143f..a445cda2fd1 100644
--- a/compiler-rt/lib/arm/nedf2vfp.S
+++ b/compiler-rt/lib/arm/nedf2vfp.S
@@ -16,8 +16,7 @@
// Uses Darwin calling convention where double precision arguments are passsed
// like in GPR pairs.
//
- .globl ___nedf2vfp
-___nedf2vfp:
+DEFINE_COMPILERRT_FUNCTION(__nedf2vfp)
fmdrr d6, r0, r1 // load r0/r1 pair in double register
fmdrr d7, r2, r3 // load r2/r3 pair in double register
fcmpd d6, d7
OpenPOWER on IntegriCloud