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:
parent
2715d4a35d
commit
a28281a789
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue