mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
Use of UINT_MAX requires climits, at least when
compiling with gcc 4.3. llvm-svn: 51145
This commit is contained in:
parent
48ffb6c7dc
commit
130254e1ff
@ -12,6 +12,7 @@
|
||||
// counts of loops easily.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <climits>
|
||||
#define DEBUG_TYPE "loop-unroll"
|
||||
#include "llvm/IntrinsicInst.h"
|
||||
#include "llvm/Transforms/Scalar.h"
|
||||
|
Loading…
Reference in New Issue
Block a user