]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-dump.c (dump_files): Correct comment.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Mar 2007 23:19:25 +0000 (23:19 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Mar 2007 23:19:25 +0000 (23:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123171 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-dump.c

index 2faf42cb20cc22bdac8b4684ebeff82305fdf1b3..c32cb9c591314c2d58579ca897c9efdde47d14b8 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-23  Ian Lance Taylor  <iant@google.com>
+
+       * tree-dump.c (dump_files): Correct comment.
+
 2007-03-23  Ian Lance Taylor  <iant@google.com>
 
        * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
index b005c078592a35b740daf9f42100ce0a60fd69cc..ea8f378d2d11c88d2ac6c03b47293a8e914680da 100644 (file)
@@ -756,7 +756,7 @@ dump_node (tree t, int flags, FILE *stream)
 \f
 
 /* 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},