jump.c (duplicate_loop_exit_test): Don't refuse to copy a section of code just becaus...
authorMark Mitchell <mark@markmitchell.com>
Mon, 6 Jul 1998 10:42:43 +0000 (10:42 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 6 Jul 1998 10:42:43 +0000 (10:42 +0000)
commit93de5c31054212951fbf9f9d33a682dec33ee508
tree23abcf9527415695d37f8c220d258fcacd15df14
parent561252fd0b6b7cd09474ff374fd1599cc5f43a2c
jump.c (duplicate_loop_exit_test): Don't refuse to copy a section of code just because it contains...

* jump.c (duplicate_loop_exit_test): Don't refuse to copy a
section of code just because it contains
NOTE_INSN_BLOCK_{BEG,END}.
* stmt.c (expand_end_loop): Likewise.  Also, don't refuse to
move CALL_INSNs or CODE_LABELs.  When moving code, don't move
NOTE_INSN_BLOCK_{BEG,END}.

From-SVN: r20952
gcc/ChangeLog
gcc/jump.c
gcc/stmt.c