summaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r--gcc/tree-dump.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c
index 6821e363bb3..6af106af934 100644
--- a/gcc/tree-dump.c
+++ b/gcc/tree-dump.c
@@ -789,9 +789,8 @@ static struct dump_file_info dump_files[TDI_end] =
{".original", "tree-original", NULL, TDF_TREE, 0, 3, 0},
{".gimple", "tree-gimple", NULL, TDF_TREE, 0, 4, 0},
{".nested", "tree-nested", NULL, TDF_TREE, 0, 5, 0},
- {".inlined", "tree-inlined", NULL, TDF_TREE, 0, 6, 0},
- {".vcg", "tree-vcg", NULL, TDF_TREE, 0, 7, 0},
-#define FIRST_AUTO_NUMBERED_DUMP 8
+ {".vcg", "tree-vcg", NULL, TDF_TREE, 0, 6, 0},
+#define FIRST_AUTO_NUMBERED_DUMP 7
{NULL, "tree-all", NULL, TDF_TREE, 0, 0, 0},
{NULL, "rtl-all", NULL, TDF_RTL, 0, 0, 0},