Avoid warnings on !PowerPC
authorJoerg Sonnenberger <joerg@bec.de>
Sun, 8 Mar 2015 21:08:39 +0000 (21:08 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Sun, 8 Mar 2015 21:08:39 +0000 (21:08 +0000)
llvm-svn: 231609

compiler-rt/test/builtins/Unit/fixunstfdi_test.c

index d0a5db7..a5a9460 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include <stdio.h>
+
 #if _ARCH_PPC
 
 #include "int_lib.h"
-#include <stdio.h>
 
 // Returns: convert a to a unsigned long long, rounding toward zero.
 //          Negative values all become zero.