]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cgraphunit.c
cgraph.c (dump_cgraph): Don't output newline before dump.
authorKelley Cook <kelleycook@wideopenwest.com>
Fri, 26 Sep 2003 00:14:28 +0000 (00:14 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Fri, 26 Sep 2003 00:14:28 +0000 (00:14 +0000)
commit7d82fe7cf81a19bdd43e33a3076fceb0a59af041
tree9c0bb7257cbd0e4289f45ea4902f676279aa5517
parentc73f02bef2bbfbad114bb0b2284cae9eb23b81e5
cgraph.c (dump_cgraph): Don't output newline before dump.

2003-09-23  Kelley Cook  <kelleycook@wideopenwest.com>

* cgraph.c (dump_cgraph):  Don't output newline before dump.  Add in
"local" to the callgraph dump.  Output "after inlining" earlier.
* cgraphunit.c: Fix dumpfile whitespace and commonize headers of the
callgraph dumps.  Correct misspellings.
(cgraph_decide_inlining):  Output number of insns before inlining.
Output the calling function into which a function is inlined.
(cgraph_decide_small_functions): Format dump file like always_inline.

From-SVN: r71804
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c