diff options
Diffstat (limited to 'compiler-rt/lib/builtins/x86_64/floatdixf.c')
| -rw-r--r-- | compiler-rt/lib/builtins/x86_64/floatdixf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler-rt/lib/builtins/x86_64/floatdixf.c b/compiler-rt/lib/builtins/x86_64/floatdixf.c index 56df0a2ee1b..97cc9a0a458 100644 --- a/compiler-rt/lib/builtins/x86_64/floatdixf.c +++ b/compiler-rt/lib/builtins/x86_64/floatdixf.c @@ -9,9 +9,6 @@ #include "../int_lib.h" -long double __floatdixf(int64_t a) -{ - return (long double)a; -} +long double __floatdixf(int64_t a) { return (long double)a; } #endif /* __i386__ */ |

