[llvm] r222966 - Use an unsigned type because there seems to be no reason for it to be signed.

Chandler Carruth chandlerc at google.com
Sun Nov 30 01:13:20 PST 2014


On Sat, Nov 29, 2014 at 4:24 PM, Craig Topper <craig.topper at gmail.com>
wrote:

> Author: ctopper
> Date: Sat Nov 29 18:24:32 2014
> New Revision: 222966
>
> URL: http://llvm.org/viewvc/llvm-project?rev=222966&view=rev
> Log:
> Use an unsigned type because there seems to be no reason for it to be
> signed.
>

FWIW, I think it would be better to default to signed. Not really relevant
to this particular bit of code, just a general comment.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141130/3738fa56/attachment.html>


More information about the llvm-commits mailing list