------- Comment #2 from jakub at gcc dot gnu dot org 2010-06-09 12:51 -------
I guess for empty bbs with no successor where the predecessor ends in an
conditional jump without side-effects try_optimize_cfg can't do just
delete_basic_block, but needs to call some function to actually adjust the
conditional jump into unconditional. Perhaps try_redirect_by_replacing_jump or
something similar.
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44469