diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2014-03-01 15:30:50 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2014-03-01 15:30:50 +0000 |
commit | 6e99daab4cdce246c87c47298babe0a8a5828c18 (patch) | |
tree | c554b839d12d4018d7381668a0363153ab9483d2 /compiler-rt/lib/builtins/floatuntidf.c | |
parent | bbdd7640e885ce3a72bba05e0aaf2361751b9142 (diff) | |
download | bcm5719-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/floatuntidf.c')
-rw-r--r-- | compiler-rt/lib/builtins/floatuntidf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/lib/builtins/floatuntidf.c b/compiler-rt/lib/builtins/floatuntidf.c index e7d6416c134..06202d9679e 100644 --- a/compiler-rt/lib/builtins/floatuntidf.c +++ b/compiler-rt/lib/builtins/floatuntidf.c @@ -24,9 +24,7 @@ /* seee eeee eeee mmmm mmmm mmmm mmmm mmmm | mmmm mmmm mmmm mmmm mmmm mmmm mmmm mmmm */ -si_int __clzti2(ti_int a); - -double +COMPILER_RT_ABI double __floatuntidf(tu_int a) { if (a == 0) |