cfg.texi (Maintaining the CFG): Remove duplicated @item element for bsi_prev; use...
authorBen Elliston <bje@au.ibm.com>
Thu, 18 Nov 2004 07:13:13 +0000 (07:13 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 18 Nov 2004 07:13:13 +0000 (18:13 +1100)
* doc/cfg.texi (Maintaining the CFG): Remove duplicated @item
element for bsi_prev; use @findex instead.

From-SVN: r90851

gcc/ChangeLog
gcc/doc/cfg.texi

index 490c90ce1dd3cf7c731a1a69797848c5d6282557..5b394003c5e5dbf8204f2b54d24686805a7ecf7b 100644 (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.
index 1818109c002a47ac9c80dc90e1752b45a3421ad3..15d50fede18500fdc58b7d028aa30ad0fc9c5fe9 100644 (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.