commit | 9197c8dad099335d83a473589433d584031590db | [log] [tgz] |
---|---|---|
author | Ed Maste <emaste@freebsd.org> | Thu Mar 12 21:36:10 2015 +0000 |
committer | Ed Maste <emaste@freebsd.org> | Thu Mar 12 21:36:10 2015 +0000 |
tree | 793f53a51efa1cce2e367066e6780b8a0207d767 | |
parent | e2f5b41055aa86cbf71aeb76df898259c0ea6606 [diff] [blame] |
Use signed int implementation for __fixint llvm-svn: 232107
diff --git a/compiler-rt/lib/builtins/fixtfdi.c b/compiler-rt/lib/builtins/fixtfdi.c index dd3ec00..bc9dea1 100644 --- a/compiler-rt/lib/builtins/fixtfdi.c +++ b/compiler-rt/lib/builtins/fixtfdi.c
@@ -14,7 +14,7 @@ #if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT) typedef di_int fixint_t; typedef du_int fixuint_t; -#include "fp_fixuint_impl.inc" +#include "fp_fixint_impl.inc" COMPILER_RT_ABI di_int __fixtfdi(fp_t a) {