> 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 ?Done (r51145). Maybe this should go into the release too. Ciao, Duncan.
Hi,> > Could someone add this include to lib/Transforms/Scalar/LoopUnroll.cpp ? > Done (r51145). Maybe this should go into the release too.I don't think the unroll changes ended up in the release, so this fix shouldn't need to either. 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/9cdc0c45/attachment.sig>
>>> Could someone add this include to lib/Transforms/Scalar/LoopUnroll.cpp ? >> Done (r51145). Maybe this should go into the release too. > I don't think the unroll changes ended up in the release, so this fix > shouldn't need to either.Matthijs is right. :) -Tanya> > Gr. > > Matthijs >