Don't produce warnings on !PowerPC.
authorJoerg Sonnenberger <joerg@bec.de>
Sun, 8 Mar 2015 21:06:58 +0000 (21:06 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Sun, 8 Mar 2015 21:06:58 +0000 (21:06 +0000)
llvm-svn: 231608

compiler-rt/test/builtins/Unit/divtc3_test.c
compiler-rt/test/builtins/Unit/multc3_test.c
compiler-rt/test/builtins/Unit/powitf2_test.c

index 7bb74d7..50918d6 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#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)
 
index f8c66c0..8d34801 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#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
 
index 817cb11..dfe7588 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include <stdio.h>
+
 #if _ARCH_PPC
 
 #include "int_lib.h"
-#include <stdio.h>
 #include <math.h>
 
 // Returns: a ^ b