summaryrefslogtreecommitdiff
path: root/gcc/doc/passes.texi
diff options
context:
space:
mode:
authorsinghai <singhai@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-21 07:42:31 +0000
committersinghai <singhai@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-21 07:42:31 +0000
commit16e19638fbbf438fbec1d25afad6f9851b17f522 (patch)
tree8945622043f9dce7530c8b366e54ad48f519d02c /gcc/doc/passes.texi
parent33c503bd9001b6fe823aa9be319a09df500a6b40 (diff)
downloadgcc-16e19638fbbf438fbec1d25afad6f9851b17f522.tar.gz
2013-12-20 Sharad Singhai <singhai@google.com>
* Makefile.in: Add optinfo.texi. * doc/invoke.texi: Fix typo. * doc/optinfo.texi: New documentation for optimization info. * doc/passes.texi: Add new node. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206161 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r--gcc/doc/passes.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index 9a68ad29c5c..a1f57cc3701 100644
--- a/gcc/doc/passes.texi
+++ b/gcc/doc/passes.texi
@@ -9,6 +9,7 @@
@cindex passes and files of the compiler
@cindex files and passes of the compiler
@cindex compiler passes and files
+@cindex pass dumps
This chapter is dedicated to giving an overview of the optimization and
code generation passes of the compiler. In the process, it describes
@@ -22,6 +23,7 @@ where near complete.
* Pass manager:: Sequencing the optimization passes.
* Tree SSA passes:: Optimizations on a high-level representation.
* RTL passes:: Optimizations on a low-level representation.
+* Optimization info:: Dumping optimization information from passes.
@end menu
@node Parsing pass
@@ -975,3 +977,7 @@ symbol table format, and @file{vmsdbgout.c} for VMS debug symbol table
format.
@end itemize
+
+@node Optimization info
+@section Optimization info
+@include optinfo.texi