diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-27 15:07:10 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-27 15:07:10 +0000 |
commit | 737251e7585f75e2730d497bf244ab6af5c3f26c (patch) | |
tree | 3174477a8d1b3916f3d18072026872cc7db41e00 /gcc/doc/rtl.texi | |
parent | 22c2f6bdda9682df91ef7761d4b77c01e8bbcd37 (diff) | |
download | gcc-737251e7585f75e2730d497bf244ab6af5c3f26c.tar.gz |
* cfgexpand.c (construct_exit_block): Don't disturb end of last BB.
* rtl.texi (NOTE_INSN_FUNCTION_END): Remove.
* final.c (final_scan_insn): Don't scan NOTE_INSN_FUNCTION_END.
* insn-notes.def (FUNCTION_END): Remove.
* jump.c (delete_related_insns): Don't worry about FUNCTION_END.
(redicect_jump_2): Don't accept -1 parameter to remove FUNCTION_END
note.
* ifcvt.c (dead_or_predictable): Update call of redirect_jump_2.
* function.c (expand_function_end): Don't emit NOTE_INSN_FUNCTION_END
* cfglayout.c (duplicate_insn_chain): Don't worry about
NOTE_FUNCTION_END.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index d97b2b327ef..2d4644d5873 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -3178,13 +3178,6 @@ invariants. Appears at the start of the function body, after the function prologue. -@findex NOTE_INSN_FUNCTION_END -@item NOTE_INSN_FUNCTION_END -Appears near the end of the function body, just before the label that -@code{return} statements jump to (on machine where a single instruction -does not suffice for returning). This note may be deleted by jump -optimization. - @end table These codes are printed symbolically when they appear in debugging dumps. |