From 6e2bf8f2bbf04447d21e1f0e19102a21b9e97d74 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. llvm-svn: 159034 --- compiler-rt/lib/powitf2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler-rt/lib/powitf2.c') diff --git a/compiler-rt/lib/powitf2.c b/compiler-rt/lib/powitf2.c index 189632cf630..d3b934924f3 100644 --- a/compiler-rt/lib/powitf2.c +++ b/compiler-rt/lib/powitf2.c @@ -12,10 +12,10 @@ * ===----------------------------------------------------------------------=== */ -#if _ARCH_PPC - #include "int_lib.h" +#if _ARCH_PPC + /* Returns: a ^ b */ long double -- cgit v1.2.3