[cfe-commits] r59061 - /cfe/trunk/lib/CodeGen/CGExprScalar.cpp

Chris Lattner sabre at nondot.org
Tue Nov 11 20:51:59 PST 2008


On Nov 11, 2008, at 1:03 PM, Eli Friedman wrote:

> On Tue, Nov 11, 2008 at 10:56 AM, Chris Lattner <sabre at nondot.org>  
> wrote:
>> +    if (CondCI->getZExtValue() == 0)
>
> This will break once we add support for 128-bit integers.

No it won't, because this is guaranteed to be an i1.  However, I'll  
change it anyway to clean it up.

-Chris



More information about the cfe-commits mailing list