[llvm-commits] [llvm] r132613 - in /llvm/trunk: include/llvm/Analysis/BranchProbabilityInfo.h include/llvm/InitializePasses.h lib/Analysis/Analysis.cpp lib/Analysis/BranchProbabilityInfo.cpp lib/Analysis/CMakeLists.txt

Jakob Stoklund Olesen stoklund at 2pi.dk
Sat Jun 4 01:19:41 PDT 2011


On Jun 4, 2011, at 12:56 AM, Frits van Bommel wrote:

> Shouldn't you use 'uint32_t' instead of 'unsigned (int)' throughout
> (and UINT32_MAX instead of UINT_MAX, etc.)?

LLVM assumes that unsigned is 32 bits in *many* places. It won't work with any other int size.

/jakob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110604/01ec1b6d/attachment.html>


More information about the llvm-commits mailing list