diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-09-08 05:03:02 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2004-09-08 15:03:02 +1000 |
commit | 70d5fb1c363d07fc927f157735985d74512002ee (patch) | |
tree | b97ddc54fd47661a9e07da9b776c33dcc5382af9 /gcc | |
parent | 4882ad24284f8afbccb21d5015da11ff39d18de9 (diff) | |
download | gcc-70d5fb1c363d07fc927f157735985d74512002ee.zip gcc-70d5fb1c363d07fc927f157735985d74512002ee.tar.gz gcc-70d5fb1c363d07fc927f157735985d74512002ee.tar.bz2 |
* doc/rtl.texi (Insns): Document NOTE_INSN_FUNCTION_BEG.
From-SVN: r87172
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/rtl.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e0408f..17cdf17 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-08 Ben Elliston <bje@au.ibm.com> + + * doc/rtl.texi (Insns): Document NOTE_INSN_FUNCTION_BEG. + 2004-09-07 Frank Ch. Eigler <fche@redhat.com> * builtins.c (std_gimplify_va_arg_expr): Mark INDIRECT_REF nodes diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index a2dcfe7..a99ebd5 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 |