summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-13 11:15:51 +0000
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-13 11:15:51 +0000
commitbfce123608d950c089464f9cb11f6a0c41a7485a (patch)
treeb54fd58675902a6e4c2f1e122336bdc05c1f35e2 /gcc/doc
parent4838fa0b6573361ea0225710ed3207075332aa7b (diff)
downloadgcc-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/doc')
-rw-r--r--gcc/doc/invoke.texi13
1 files changed, 6 insertions, 7 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c67487d5321..4be4c468c5c 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -274,11 +274,10 @@ Objective-C and Objective-C++ Dialects}.
-fdbg-cnt-list -fdbg-cnt=@var{counter-value-list} @gol
-fdump-noaddr -fdump-unnumbered -fdump-translation-unit@r{[}-@var{n}@r{]} @gol
-fdump-class-hierarchy@r{[}-@var{n}@r{]} @gol
--fdump-ipa-all -fdump-ipa-cgraph @gol
+-fdump-ipa-all -fdump-ipa-cgraph -fdump-ipa-inline @gol
-fdump-tree-all @gol
-fdump-tree-original@r{[}-@var{n}@r{]} @gol
-fdump-tree-optimized@r{[}-@var{n}@r{]} @gol
--fdump-tree-inlined@r{[}-@var{n}@r{]} @gol
-fdump-tree-cfg -fdump-tree-vcg -fdump-tree-alias @gol
-fdump-tree-ch @gol
-fdump-tree-ssa@r{[}-@var{n}@r{]} -fdump-tree-pre@r{[}-@var{n}@r{]} @gol
@@ -4716,12 +4715,15 @@ specific suffix to the source file name. The following dumps are possible:
@table @samp
@item all
-Enables all inter-procedural analysis dumps; currently the only produced
-dump is the @samp{cgraph} dump.
+Enables all inter-procedural analysis dumps.
@item cgraph
Dumps information about call-graph optimization, unused function removal,
and inlining decisions.
+
+@item inline
+Dump after function inlining.
+
@end table
@item -fdump-tree-@var{switch}
@@ -4774,9 +4776,6 @@ Dump before any tree based optimization, to @file{@var{file}.original}.
@item optimized
Dump after all tree based optimization, to @file{@var{file}.optimized}.
-@item inlined
-Dump after function inlining, to @file{@var{file}.inlined}.
-
@item gimple
@opindex fdump-tree-gimple
Dump each function before and after the gimplification pass to a file. The