passes.texi: Remove reference to c-dump.c.

* doc/passes.texi: Remove reference to c-dump.c. Update tree inlining
	doc.

From-SVN: r47392
This commit is contained in:
Bryce McKinlay 2001-11-28 00:45:26 +00:00 committed by Bryce McKinlay
parent 7145a3ddd9
commit 215e11524b
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2001-11-28 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* doc/passes.texi: Remove reference to c-dump.c. Update tree inlining
doc.
2001-11-27 Jakub Jelinek <jakub@redhat.com>
* gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than

View file

@ -112,7 +112,6 @@ Certain C-specific files are used for this as well.
The files
@file{c-common.c},
@file{c-common.def},
@file{c-dump.c},
@file{c-format.c},
@file{c-pragma.c},
@file{c-semantics.c},
@ -135,11 +134,10 @@ representation, before converting into RTL code.
@cindex inline on trees, automatic
Currently, the main optimization performed here is tree-based
inlining.
This is implemented for C++ in @file{cp/optimize.c}. Note that
tree based inlining turns off rtx based inlining (since it's more
This is implemented in @file{tree-inline.c} and used by both C and C++.
Note that tree based inlining turns off rtx based inlining (since it's more
powerful, it would be a waste of time to do rtx based inlining in
addition).
The C front end currently does not perform tree based inlining.
@cindex constant folding
@cindex arithmetic simplifications