OSDN Git Service

2003-09-23 Kelley Cook <kelleycook@wideopenwest.com>
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Sep 2003 00:14:28 +0000 (00:14 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Sep 2003 00:14:28 +0000 (00:14 +0000)
commite4200070871a2e6962b52cf26cde771bc59aa221
tree9c0bb7257cbd0e4289f45ea4902f676279aa5517
parentd82e4d69c39e88e112fb0321d5fd68717f6c9df8
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71804 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c