From fb5b6d1b264f75d3eab56a51d76b4113b07c6791 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 23 Mar 2007 23:19:25 +0000 Subject: [PATCH] * tree-dump.c (dump_files): Correct comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123171 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/tree-dump.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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}, -- 2.47.2