cfg.texi (Maintaining the CFG): Remove duplicated @item element for bsi_prev; use @findex instead.

* doc/cfg.texi (Maintaining the CFG): Remove duplicated @item
	element for bsi_prev; use @findex instead.

From-SVN: r90851
This commit is contained in:
Ben Elliston 2004-11-18 07:13:13 +00:00 committed by Ben Elliston
parent 2715d4a35d
commit a28281a789
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-18 Ben Elliston <bje@au.ibm.com>
* doc/cfg.texi (Maintaining the CFG): Remove duplicated @item
element for bsi_prev; use @findex instead.
2004-11-18 Ben Elliston <bje@au.ibm.com>
* opts.h (add_input_filename): Remove extern declaration.

View File

@ -479,7 +479,7 @@ This function takes a @code{block_stmt_iterator} and makes it point to
its successor.
@item bsi_prev
@item bsi_prev
@findex bsi_prev
This function takes a @code{block_stmt_iterator} and makes it point to
its predecessor.