summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/arm/gesf2vfp.S
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/arm/gesf2vfp.S')
-rw-r--r--compiler-rt/lib/arm/gesf2vfp.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/arm/gesf2vfp.S b/compiler-rt/lib/arm/gesf2vfp.S
index 83b2f0961e0..24b66e1b966 100644
--- a/compiler-rt/lib/arm/gesf2vfp.S
+++ b/compiler-rt/lib/arm/gesf2vfp.S
@@ -16,8 +16,7 @@
// Uses Darwin calling convention where single precision arguments are passsed
// like 32-bit ints
//
- .globl ___gesf2vfp
-___gesf2vfp:
+DEFINE_COMPILERRT_FUNCTION(__gesf2vfp)
fmsr s14, r0 // move from GPR 0 to float register
fmsr s15, r1 // move from GPR 1 to float register
fcmps s14, s15
OpenPOWER on IntegriCloud