integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
authorJan Hubicka <jh@suse.cz>
Fri, 20 Jul 2001 11:30:13 +0000 (13:30 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 20 Jul 2001 11:30:13 +0000 (11:30 +0000)
commitbc8d3f9122da17fd715724c8e1102f0325cb5bae
tree68a78b6db80ae50443d9150291420d446bb9de23
parent08f66b04859024c4da60b2f9cbb1ae70bdf46c2a
integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.

* integrate.c (copy_insn_list): handle
NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
(copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
identically as to CODE_LABEL.

* fold-const (fold): Convert A/B/C to A/(B*C) and
A/(B/C) to (A/B)*C

* except.c (connect_post_landing_pads): Delete the RESX insns.

From-SVN: r44193
gcc/ChangeLog
gcc/except.c
gcc/fold-const.c
gcc/integrate.c