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

From-SVN: r123171
This commit is contained in:
Ian Lance Taylor 2007-03-23 23:19:25 +00:00 committed by Ian Lance Taylor
parent c8539275c3
commit ed3d212ba2
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -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},