[cfe-commits] r59061 - /cfe/trunk/lib/CodeGen/CGExprScalar.cpp
Eli Friedman
eli.friedman at gmail.com
Tue Nov 11 13:03:53 PST 2008
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.
-Eli
More information about the cfe-commits
mailing list