On Wed, Mar 30, 2011 at 18:55, Chandler Carruth <[email protected]> wrote: > On Wed, Mar 30, 2011 at 6:43 PM, Matt Beaumont-Gay <[email protected]> > 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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
