OSDN Git Service

* jump.c (duplicate_loop_exit_test): Don't refuse to copy a
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jul 1998 10:42:43 +0000 (10:42 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jul 1998 10:42:43 +0000 (10:42 +0000)
commitec6be638ef1ea4a7a282203ba5d399d9fd7190f0
tree23abcf9527415695d37f8c220d258fcacd15df14
parent4c410d7a94135f57b998d9e4d412dfa90a6b126f
* 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}.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20952 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/jump.c
gcc/stmt.c