Index: doc/rtl.texi =================================================================== RCS file: /cvs/gcc/gcc/gcc/doc/rtl.texi,v retrieving revision 1.84 diff -a -u -r1.84 rtl.texi --- doc/rtl.texi 25 Apr 2005 12:44:45 -0000 1.84 +++ doc/rtl.texi 31 May 2005 06:15:34 -0000 @@ -3115,9 +3115,6 @@ 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,10 @@ 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 following each call to @code{setjmp} or a related function. @end table The following notes describe attributes of outputs of an insn: