[libclc] r249445 - integer: remove explicit casts from _MIN definitions

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 6 13:16:17 PDT 2015


On Tue, Oct 06, 2015 at 07:12:12PM -0000, Aaron Watry via cfe-commits wrote:
> Author: awatry
> Date: Tue Oct  6 14:12:12 2015
> New Revision: 249445
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=249445&view=rev
> Log:
> integer: remove explicit casts from _MIN definitions

Why do this definitions exist in first place? Can't they use the CPP
macros already defined by the compiler?

Joerg


More information about the cfe-commits mailing list