OSDN Git Service

* doc/cfg.texi (Maintaining the CFG): Remove duplicated @item
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Nov 2004 07:13:13 +0000 (07:13 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Nov 2004 07:13:13 +0000 (07:13 +0000)
element for bsi_prev; use @findex instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90851 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/cfg.texi

index 490c90c..5b39400 100644 (file)
@@ -1,5 +1,10 @@
 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.
        * opts.c (add_input_filename): Make static.
 
index 1818109..15d50fe 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.