[LLVMdev] Header problem on GCC 4.3

Matthijs Kooijman matthijs at stdin.nl
Thu May 15 03:31:24 PDT 2008


Hi,

I recently cleaned up the includes from the loop unrolling code, and this also
removed this include. It seems it's included implicitely somehow here, because
I have not problems compiling (running gcc 4.1).

However, the proper include is #include <climits>, since we're in c++, not C.

Could someone add this include to lib/Transforms/Scalar/LoopUnroll.cpp ?

Gr.

Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080515/24a6796b/attachment.sig>


More information about the llvm-dev mailing list