[llvm-commits] unsigned to uint32_t patch
Jakub Staszak
jstaszak at apple.com
Wed Jun 8 21:16:04 PDT 2011
Right :) Fixed patch attached.
- Kuba
On Jun 8, 2011, at 9:04 PM, Jakob Stoklund Olesen wrote:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unsigned_to_uint32_t.2.patch
Type: application/octet-stream
Size: 7556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110608/3ad704f4/attachment.obj>
-------------- next part --------------
>
> 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