This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH for rtl.texi



Judging from a grep for RTX_INTEGRATED_P, the statement that it's not
used for anything is no longer true.  Jeff, OK?

-- 
Mark Mitchell 			mark@markmitchell.com
Mark Mitchell Consulting	http://www.markmitchell.com

Sun Jun 28 18:23:27 1998  Mark Mitchell  <mark@markmitchell.com>

	* rtl.texi: Don't say that RTX_INTEGRATED_P is unused.

Index: rtl.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/rtl.texi,v
retrieving revision 1.9
diff -c -p -r1.9 rtl.texi
*** rtl.texi	1998/06/25 15:14:15	1.9
--- rtl.texi	1998/06/29 00:56:55
*************** other functions or by aliasing.)  Stored
*** 389,396 ****
  @cindex @code{integrated}, in @code{insn}
  @item RTX_INTEGRATED_P (@var{insn})
  Nonzero in an insn if it resulted from an in-line function call.
! Stored in the @code{integrated} field and printed as @samp{/i}.  This
! may be deleted; nothing currently depends on it.
  
  @findex SYMBOL_REF_USED
  @cindex @code{used}, in @code{symbol_ref}
--- 389,395 ----
  @cindex @code{integrated}, in @code{insn}
  @item RTX_INTEGRATED_P (@var{insn})
  Nonzero in an insn if it resulted from an in-line function call.
! Stored in the @code{integrated} field and printed as @samp{/i}.
  
  @findex SYMBOL_REF_USED
  @cindex @code{used}, in @code{symbol_ref}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]