Commit 70d5fb1c by Ben Elliston Committed by Ben Elliston

* doc/rtl.texi (Insns): Document NOTE_INSN_FUNCTION_BEG.

From-SVN: r87172
parent 4882ad24
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment