emit-rtl.c (get_first_nonnote_insn, [...]): New functions.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 6 Jun 2002 06:37:37 +0000 (06:37 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 6 Jun 2002 06:37:37 +0000 (06:37 +0000)
commit2a496e8b7490b064efde59e0bbcddb5b4de099e0
tree4f5d9afc2707e7938b6e600328e3f42c1ff4d0b7
parent2ff581c3af4da7710ff2d4152e5c9c3d961c6c2b
emit-rtl.c (get_first_nonnote_insn, [...]): New functions.

* emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New
functions.
* rtl.h (get_first_nonnote_insn, get_last_nonnote_insn): Declare.
* avr/avr.c (avr_output_function_epilogue): Use above to determine
function size.
* pa/pa.c (pa_output_function_prologue): Likewise.

From-SVN: r54304
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/pa/pa.c
gcc/emit-rtl.c
gcc/rtl.h