[cfe-commits] r128605 - /cfe/trunk/lib/CodeGen/CGBuiltin.cpp

Matt Beaumont-Gay matthewbg at google.com
Wed Mar 30 19:00:52 PDT 2011


On Wed, Mar 30, 2011 at 18:55, Chandler Carruth <chandlerc at google.com> wrote:
> On Wed, Mar 30, 2011 at 6:43 PM, Matt Beaumont-Gay <matthewbg at google.com>
> wrote:
>>
>> +    Int = poly ? unsigned(Intrinsic::arm_neon_vmullp) : Int;
>
> nitpick: I generally prefer C-style casts for C types, and that seems to be
> the more common practice in LLVM and Clang.

Argh, I briefly thought to check this and then committed anyway ;)

Fixed in r128607.




More information about the cfe-commits mailing list