Don't produce warnings on !PowerPC.

llvm-svn: 231608
This commit is contained in:
Joerg Sonnenberger 2015-03-08 21:06:58 +00:00
parent 7384399ddc
commit 531cf7f491
3 changed files with 6 additions and 3 deletions

View File

@ -11,12 +11,13 @@
//
//===----------------------------------------------------------------------===//
#include <stdio.h>
#if _ARCH_PPC
#include "int_lib.h"
#include <math.h>
#include <complex.h>
#include <stdio.h>
// Returns: the quotient of (a + ib) / (c + id)

View File

@ -11,12 +11,13 @@
//
//===----------------------------------------------------------------------===//
#include <stdio.h>
#if _ARCH_PPC
#include "int_lib.h"
#include <math.h>
#include <complex.h>
#include <stdio.h>
// Returns: the product of a + ib and c + id

View File

@ -11,10 +11,11 @@
//
//===----------------------------------------------------------------------===//
#include <stdio.h>
#if _ARCH_PPC
#include "int_lib.h"
#include <stdio.h>
#include <math.h>
// Returns: a ^ b