aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-03-23 23:19:25 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2007-03-23 23:19:25 +0000
commited3d212ba2b5a6cb4a767f09aeda4763c27362c9 (patch)
tree802c86c9dbaad75a1d26ce8cb5b000f3c28447c3 /gcc
parentc8539275c310c50bb5ae9db9118cc1b47deb999f (diff)
downloadgcc-ed3d212ba2b5a6cb4a767f09aeda4763c27362c9.zip
gcc-ed3d212ba2b5a6cb4a767f09aeda4763c27362c9.tar.gz
gcc-ed3d212ba2b5a6cb4a767f09aeda4763c27362c9.tar.bz2
* tree-dump.c (dump_files): Correct comment.
From-SVN: r123171
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-dump.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2faf42c..c32cb9c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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.
2007-03-23 Steven Bosscher <steven@gcc.gnu.org>
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c
index b005c07..ea8f378 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},