aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/rtl.texi
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-09-08 05:03:02 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-09-08 15:03:02 +1000
commit70d5fb1c363d07fc927f157735985d74512002ee (patch)
treeb97ddc54fd47661a9e07da9b776c33dcc5382af9 /gcc/doc/rtl.texi
parent4882ad24284f8afbccb21d5015da11ff39d18de9 (diff)
downloadgcc-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.texi5
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