1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Use of UINT_MAX requires climits, at least when

compiling with gcc 4.3.

llvm-svn: 51145
This commit is contained in:
Duncan Sands 2008-05-15 11:22:50 +00:00
parent 48ffb6c7dc
commit 130254e1ff

View File

@ -12,6 +12,7 @@
// counts of loops easily.
//===----------------------------------------------------------------------===//
#include <climits>
#define DEBUG_TYPE "loop-unroll"
#include "llvm/IntrinsicInst.h"
#include "llvm/Transforms/Scalar.h"