Avoid warnings on !PowerPC

llvm-svn: 231609
This commit is contained in:
Joerg Sonnenberger 2015-03-08 21:08:39 +00:00
parent 531cf7f491
commit 6d7cb4668f
1 changed files with 2 additions and 1 deletions

View File

@ -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.