This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
obvious cfg.texi patch (committed)
- From: Ben Elliston <bje at au dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: 24 Jun 2004 21:28:41 +1000
- Subject: 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.