From ed3d212ba2b5a6cb4a767f09aeda4763c27362c9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 23 Mar 2007 23:19:25 +0000 Subject: [PATCH] * tree-dump.c (dump_files): Correct comment. From-SVN: r123171 --- gcc/ChangeLog | 4 ++++ gcc/tree-dump.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2faf42cb20c..c32cb9c5913 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 b005c078592..ea8f378d2d1 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.30.2