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

Chandler Carruth chandlerc at google.com
Wed Mar 30 18:55:16 PDT 2011


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110330/4a26ea30/attachment.html>


More information about the cfe-commits mailing list