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/doc/rtl.texi | |
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/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 5 |
1 files changed, 5 insertions, 0 deletions
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 |