Commit cdeee6d2 by Ramana Radhakrishnan Committed by Roger Sayle

rtl.texi: Remove references to NOTE_INSN_SETJMP.

2005-06-01  Ramana Radhakrishnan  <ramana@codito.com>

	* doc/rtl.texi: Remove references to NOTE_INSN_SETJMP.
	Add documentation for REG_SETJMP

From-SVN: r100460
parent 3bedcc89
2005-06-01 Ramana Radhakrishnan <ramana@codito.com>
* doc/rtl.texi: Remove references to NOTE_INSN_SETJMP.
Add documentation for REG_SETJMP
2005-06-01 Richard Guenther <rguenth@gcc.gnu.org> 2005-06-01 Richard Guenther <rguenth@gcc.gnu.org>
* stmt.c (expand_case): Use build_int_cst. * stmt.c (expand_case): Use build_int_cst.
......
...@@ -3115,9 +3115,6 @@ Appears near the end of the function body, just before the label that ...@@ -3115,9 +3115,6 @@ Appears near the end of the function body, just before the label that
does not suffice for returning). This note may be deleted by jump does not suffice for returning). This note may be deleted by jump
optimization. optimization.
@findex NOTE_INSN_SETJMP
@item NOTE_INSN_SETJMP
Appears following each call to @code{setjmp} or a related function.
@end table @end table
These codes are printed symbolically when they appear in debugging dumps. These codes are printed symbolically when they appear in debugging dumps.
...@@ -3298,6 +3295,11 @@ of this note indicates to other optimizations that this this branching ...@@ -3298,6 +3295,11 @@ of this note indicates to other optimizations that this this branching
instruction should not be ``collapsed'' into a simpler branching instruction should not be ``collapsed'' into a simpler branching
construct. It is used when the optimization to partition basic blocks construct. It is used when the optimization to partition basic blocks
into hot and cold sections is turned on. into hot and cold sections is turned on.
@findex REG_SETJMP
@item REG_SETJMP
Appears attached to each @code{CALL_INSN} to @code{setjmp} or a
related function.
@end table @end table
The following notes describe attributes of outputs of an insn: The following notes describe attributes of outputs of an insn:
......
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