summaryrefslogtreecommitdiffstats
path: root/gcc/doc
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-01 19:11:54 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-01 19:11:54 +0000
commitb012e613100d33f9621f1a9594086450864cad13 (patch)
tree87a283d6b4bfcec684aa299eafc9f4f61c98a160 /gcc/doc
parentb4bd95274759d0393bf1e3e2c625ba0b0d046de0 (diff)
downloadppe42-gcc-b012e613100d33f9621f1a9594086450864cad13.tar.gz
ppe42-gcc-b012e613100d33f9621f1a9594086450864cad13.zip
2005-06-01 Ramana Radhakrishnan <ramana@codito.com>
* doc/rtl.texi: Remove references to NOTE_INSN_SETJMP. Add documentation for REG_SETJMP git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100460 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/rtl.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index f917c85e016..1f9372ebdd5 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -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
optimization.
-@findex NOTE_INSN_SETJMP
-@item NOTE_INSN_SETJMP
-Appears following each call to @code{setjmp} or a related function.
@end table
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
instruction should not be ``collapsed'' into a simpler branching
construct. It is used when the optimization to partition basic blocks
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
The following notes describe attributes of outputs of an insn:
OpenPOWER on IntegriCloud