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]
Other format: [Raw text]

obvious cfg.texi patch (committed)


2004-06-24  Ben Elliston  <bje@au.ibm.com>

	* doc/cfg.texi (Edges): Fix typo.

*** cfg.texi.~1.2.~	Fri May 14 11:45:06 2004
--- cfg.texi	Thu Jun 24 21:02:05 2004
***************
*** 146,152 ****
  points to the predecessor basic block of the @code{dest} basic block.
  The members @code{pred} and @code{succ} of the @code{basic_block} data
  type point to single linked lists of edges to the predecessors and
! successorts of the block.  The edges are linked via the
  @code{succ_next} and @code{pred_next} members of the @code{edge} data
  type.
  
--- 146,152 ----
  points to the predecessor basic block of the @code{dest} basic block.
  The members @code{pred} and @code{succ} of the @code{basic_block} data
  type point to single linked lists of edges to the predecessors and
! successors of the block.  The edges are linked via the
  @code{succ_next} and @code{pred_next} members of the @code{edge} data
  type.
  


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