diff options
author | Ian Lance Taylor <iant@google.com> | 2007-03-23 23:19:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2007-03-23 23:19:25 +0000 |
commit | ed3d212ba2b5a6cb4a767f09aeda4763c27362c9 (patch) | |
tree | 802c86c9dbaad75a1d26ce8cb5b000f3c28447c3 /gcc/tree-dump.c | |
parent | c8539275c310c50bb5ae9db9118cc1b47deb999f (diff) | |
download | gcc-ed3d212ba2b5a6cb4a767f09aeda4763c27362c9.tar.gz |
* tree-dump.c (dump_files): Correct comment.
From-SVN: r123171
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r-- | gcc/tree-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |