diff options
Diffstat (limited to 'compiler-rt/lib/builtins/multf3.c')
| -rw-r--r-- | compiler-rt/lib/builtins/multf3.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/lib/builtins/multf3.c b/compiler-rt/lib/builtins/multf3.c index d3885b7c54b..0626fb8c7fc 100644 --- a/compiler-rt/lib/builtins/multf3.c +++ b/compiler-rt/lib/builtins/multf3.c @@ -17,8 +17,6 @@ #if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT) #include "fp_mul_impl.inc" -COMPILER_RT_ABI fp_t __multf3(fp_t a, fp_t b) { - return __mulXf3__(a, b); -} +COMPILER_RT_ABI fp_t __multf3(fp_t a, fp_t b) { return __mulXf3__(a, b); } #endif |

