From: ian Date: Fri, 23 Mar 2007 23:19:25 +0000 (+0000) Subject: * tree-dump.c (dump_files): Correct comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5b6d1b264f75d3eab56a51d76b4113b07c6791;p=thirdparty%2Fgcc.git * tree-dump.c (dump_files): Correct comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123171 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2faf42cb20cc..c32cb9c59131 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-03-23 Ian Lance Taylor + + * tree-dump.c (dump_files): Correct comment. + 2007-03-23 Ian Lance Taylor * tree-vrp.c (operand_less_p): Ignore fold overflow warnings. diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index b005c078592a..ea8f378d2d11 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -756,7 +756,7 @@ dump_node (tree t, int flags, FILE *stream) /* 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},