diff options
author | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-13 11:15:51 +0000 |
---|---|---|
committer | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-13 11:15:51 +0000 |
commit | bfce123608d950c089464f9cb11f6a0c41a7485a (patch) | |
tree | b54fd58675902a6e4c2f1e122336bdc05c1f35e2 /gcc/tree-pass.h | |
parent | 4838fa0b6573361ea0225710ed3207075332aa7b (diff) | |
download | gcc-bfce123608d950c089464f9cb11f6a0c41a7485a.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132284 138bc75d-0d04-0410-961f-82ee72b054a4
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 fe73332dee1..01056827c07 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. */ |