[llvm-commits] [llvm-gcc-4.2] r85407 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Duncan Sands
baldrick at free.fr
Wed Oct 28 15:44:29 PDT 2009
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));
Ciao,
Duncan.
More information about the llvm-commits
mailing list