summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/divdc3.c
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2014-03-01 15:30:50 +0000
committerJoerg Sonnenberger <joerg@bec.de>2014-03-01 15:30:50 +0000
commit6e99daab4cdce246c87c47298babe0a8a5828c18 (patch)
treec554b839d12d4018d7381668a0363153ab9483d2 /compiler-rt/lib/builtins/divdc3.c
parentbbdd7640e885ce3a72bba05e0aaf2361751b9142 (diff)
downloadbcm5719-llvm-6e99daab4cdce246c87c47298babe0a8a5828c18.tar.gz
bcm5719-llvm-6e99daab4cdce246c87c47298babe0a8a5828c18.zip
Consistently use COMPILER_RT_ABI for all public symbols.
Move prototypes into headers and fix a few inconsistencies. llvm-svn: 202591
Diffstat (limited to 'compiler-rt/lib/builtins/divdc3.c')
-rw-r--r--compiler-rt/lib/builtins/divdc3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/divdc3.c b/compiler-rt/lib/builtins/divdc3.c
index cfbc498e7b4..7de78c8711e 100644
--- a/compiler-rt/lib/builtins/divdc3.c
+++ b/compiler-rt/lib/builtins/divdc3.c
@@ -17,7 +17,7 @@
/* Returns: the quotient of (a + ib) / (c + id) */
-double _Complex
+COMPILER_RT_ABI double _Complex
__divdc3(double __a, double __b, double __c, double __d)
{
int __ilogbw = 0;
OpenPOWER on IntegriCloud