From: Ramana Radhakrishnan Date: Wed, 1 Jun 2005 19:11:54 +0000 (+0000) Subject: rtl.texi: Remove references to NOTE_INSN_SETJMP. X-Git-Tag: misc/cutover-cvs2svn~2728 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdeee6d28017c9c881d2395645b3314fa575e59b;p=thirdparty%2Fgcc.git rtl.texi: Remove references to NOTE_INSN_SETJMP. 2005-06-01 Ramana Radhakrishnan * doc/rtl.texi: Remove references to NOTE_INSN_SETJMP. Add documentation for REG_SETJMP From-SVN: r100460 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28e537e2823a..969630533e6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-01 Ramana Radhakrishnan + + * doc/rtl.texi: Remove references to NOTE_INSN_SETJMP. + Add documentation for REG_SETJMP + 2005-06-01 Richard Guenther * stmt.c (expand_case): Use build_int_cst. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index f917c85e0160..1f9372ebdd5f 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: