summaryrefslogtreecommitdiff
path: root/test/builtins
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2015-03-08 21:08:39 +0000
committerJoerg Sonnenberger <joerg@bec.de>2015-03-08 21:08:39 +0000
commitae10938e07ec35ce643315838f622f004285e7bd (patch)
treeb8bb28096b2a594e886fccde4b36ff8bc67cd62b /test/builtins
parent5f53a48e547b52af5542376b258858d3098139f3 (diff)
Avoid warnings on !PowerPC
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@231609 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/builtins')
-rw-r--r--test/builtins/Unit/fixunstfdi_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/builtins/Unit/fixunstfdi_test.c b/test/builtins/Unit/fixunstfdi_test.c
index d0a5db7a9..a5a946050 100644
--- a/test/builtins/Unit/fixunstfdi_test.c
+++ b/test/builtins/Unit/fixunstfdi_test.c
@@ -11,10 +11,11 @@
//
//===----------------------------------------------------------------------===//
+#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.