summaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2008-02-13 11:15:51 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2008-02-13 11:15:51 +0000
commitfed39e221156affff72a2a70a737028829b4269d (patch)
treeb54fd58675902a6e4c2f1e122336bdc05c1f35e2 /gcc/tree-dump.c
parent3387721b8f006847d14827b574d0a5e933247c14 (diff)
downloadgcc-fed39e221156affff72a2a70a737028829b4269d.tar.gz
re PR middle-end/29673 (no -fdump-tree-inlined output)
2008-02-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org> PR 29673 * doc/invoke.texi (Debugging Options): Remove -fdump-tree-inlined. Add -fdump-ipa-inline. * tree-dump.c (dump_files): Remove tree-inlined dump. * tree-pass.h (tree_dump_index): Remove TDI_inlined. From-SVN: r132284
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},