diff options
Diffstat (limited to 'compiler-rt/lib/floatuntisf.c')
-rw-r--r-- | compiler-rt/lib/floatuntisf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/floatuntisf.c b/compiler-rt/lib/floatuntisf.c index f5527583ce5..c8da2601ba8 100644 --- a/compiler-rt/lib/floatuntisf.c +++ b/compiler-rt/lib/floatuntisf.c @@ -12,10 +12,10 @@ * ===----------------------------------------------------------------------=== */ -#if __x86_64 - #include "int_lib.h" +#if __x86_64 + /* Returns: convert a to a float, rounding toward even. */ /* Assumption: float is a IEEE 32 bit floating point type |