From 7f2d7c75e713d778106d01a54e7aef40227bbf2d Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 22 Jun 2012 21:09:22 +0000 Subject: Mechanical change to sink a #ifdef guard for a platform below the include of int_lib.h. The purpose of this change is to make the C code conform to the pedantic rules of C99 -- an empty translation unit is not valid. It should have absolutely no functional impact, and changes nothing about the built libraries. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@159034 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/floatuntisf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/floatuntisf.c') diff --git a/lib/floatuntisf.c b/lib/floatuntisf.c index f5527583..c8da2601 100644 --- a/lib/floatuntisf.c +++ b/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 -- cgit v1.2.3