PATCH COMMITTED: Correct comment in tree-dump.c

Ian Lance Taylor iant@google.com
Fri Mar 23 23:53:00 GMT 2007


I noticed an incorrect comment in tree-dump.c.  Fixed with this
patch.  Bootstrapped and tested on i686-pc-linux-gnu.

Ian


2007-03-23  Ian Lance Taylor  <iant@google.com>

	* tree-dump.c (dump_files): Correct comment.


Index: tree-dump.c
===================================================================
--- tree-dump.c	(revision 123166)
+++ tree-dump.c	(working copy)
@@ -756,7 +756,7 @@ dump_node (tree t, int flags, FILE *stre
 
 
 /* Table of tree dump switches. This must be consistent with the
-   TREE_DUMP_INDEX enumeration in tree.h.  */
+   tree_dump_index enumeration in tree-pass.h.  */
 static struct dump_file_info dump_files[TDI_end] =
 {
   {NULL, NULL, NULL, 0, 0, 0, 0},



More information about the Gcc-patches mailing list