From 70d5fb1c363d07fc927f157735985d74512002ee Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 8 Sep 2004 05:03:02 +0000 Subject: [PATCH] * doc/rtl.texi (Insns): Document NOTE_INSN_FUNCTION_BEG. From-SVN: r87172 --- gcc/ChangeLog | 4 ++++ gcc/doc/rtl.texi | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e0408f4656..17cdf17e52b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-08 Ben Elliston + + * doc/rtl.texi (Insns): Document NOTE_INSN_FUNCTION_BEG. + 2004-09-07 Frank Ch. Eigler * builtins.c (std_gimplify_va_arg_expr): Mark INDIRECT_REF nodes diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index a2dcfe7db4e..a99ebd5449b 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -3097,6 +3097,11 @@ those loops in which the exit test has been duplicated. This position becomes another virtual start of the loop when considering loop invariants. +@findex NOTE_INSN_FUNCTION_BEG +@item NOTE_INSN_FUNCTION_END +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 -- 2.30.2