[llvm-commits] [llvm-gcc-4.2] r85407 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Dale Johannesen
dalej at apple.com
Wed Oct 28 15:56:25 PDT 2009
On Oct 28, 2009, at 3:44 PMPDT, Duncan Sands wrote:
> Hi Dale, maybe it's just the way the patch came out, but at a glance
> this "if"
>
>> if (DECL_SIZE(Field))
>
> means that this assertion can never fail.
>> + assert(DECL_SIZE(Field));
If you mean the assert looks like it's inside the if, no, it isn't.
More information about the llvm-commits
mailing list