From: Joerg Sonnenberger Date: Sun, 8 Mar 2015 21:08:39 +0000 (+0000) Subject: Avoid warnings on !PowerPC X-Git-Tag: llvmorg-3.7.0-rc1~9841 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d7cb4668f826d6376e8c960b0fe7d078c09d3e5;p=platform%2Fupstream%2Fllvm.git Avoid warnings on !PowerPC llvm-svn: 231609 --- diff --git a/compiler-rt/test/builtins/Unit/fixunstfdi_test.c b/compiler-rt/test/builtins/Unit/fixunstfdi_test.c index d0a5db7..a5a9460 100644 --- a/compiler-rt/test/builtins/Unit/fixunstfdi_test.c +++ b/compiler-rt/test/builtins/Unit/fixunstfdi_test.c @@ -11,10 +11,11 @@ // //===----------------------------------------------------------------------===// +#include + #if _ARCH_PPC #include "int_lib.h" -#include // Returns: convert a to a unsigned long long, rounding toward zero. // Negative values all become zero.