[llvm-commits] unsigned to uint32_t patch

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Jun 8 21:04:22 PDT 2011


On Jun 8, 2011, at 8:39 PM, Jakub Staszak wrote:

> Hi,
> 
> This patch changes unsigned (int) to uint32_t in BranchProbabilityInfo.
> Andy: Can you commit this patch?

Remember to use UINT32_MAX instead of UINT_MAX. That's the important part ;-)

/jakob




More information about the llvm-commits mailing list