diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2008-02-13 11:15:51 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2008-02-13 11:15:51 +0000 |
commit | fed39e221156affff72a2a70a737028829b4269d (patch) | |
tree | b54fd58675902a6e4c2f1e122336bdc05c1f35e2 /gcc/tree-pass.h | |
parent | 3387721b8f006847d14827b574d0a5e933247c14 (diff) | |
download | gcc-fed39e221156affff72a2a70a737028829b4269d.zip gcc-fed39e221156affff72a2a70a737028829b4269d.tar.gz gcc-fed39e221156affff72a2a70a737028829b4269d.tar.bz2 |
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-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index fe73332..0105682 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -35,8 +35,6 @@ enum tree_dump_index TDI_original, /* dump each function before optimizing it */ TDI_generic, /* dump each function after genericizing it */ TDI_nested, /* dump each function after unnesting it */ - TDI_inlined, /* dump each function after inlining - within it. */ TDI_vcg, /* create a VCG graph file for each function's flowgraph. */ TDI_tree_all, /* enable all the GENERIC/GIMPLE dumps. */ |