------- Comment #5 from steven at gcc dot gnu dot org 2007-10-20 11:10 ------- >From gcse.c:compute_transpout()
/* Note that flow inserted a nop a the end of basic blocks that end in call instructions for reasons other than abnormal control flow. */ if (! CALL_P (BB_END (bb))) continue; I doubt this comment is still true. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33828