OSDN Git Service

Fix PR lto/47162.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Jan 2011 14:55:27 +0000 (14:55 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Jan 2011 14:55:27 +0000 (14:55 +0000)
commit2b36ac0bb52ea4ff7d7c6402d9baaf625b9b8624
tree931cb4aa88c60a118294f0aa4726fb0a40cbccd9
parentfdd84b7783f76d97ff61ab35d967499326f77558
Fix PR lto/47162.

2011-01-05  Martin Jambor  <mjambor@suse.cz>

PR lto/47162
* lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
deltas on streamed outgoing edges.
(output_node_opt_summary): Output info for outgoing edges only when
the node is in new parameter set.
(output_cgraph_opt_summary): New parameter set, passed to the two
aforementioned functions.  Update its forward declaration and its
callee too.

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