cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; add sanit...
authorJan Hubicka <jh@suse.cz>
Mon, 26 Aug 2013 13:02:39 +0000 (15:02 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 26 Aug 2013 13:02:39 +0000 (13:02 +0000)
commitd0b66480a9d5d2803997aa1d71e4e619381f8fea
treefb9a26e728b4bd4cd574a058f51148c74eb20e25
parent0f9aaac79ed0b5348ea80cd325a04406bbf4ca7d
cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; add sanity check.

* cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating;
add sanity check.
(cgraph_resolve_speculation): Add FIXME about scaling profiles.
(cgraph_redirect_edge_call_stmt_to_callee): Fix ICE in debug dump.
* ipa-inline.c (heap_edge_removal_hook): Reset node growth cache.
(resolve_noninline_speculation): Update callee keys, too.

From-SVN: r201996
gcc/ChangeLog
gcc/cgraph.c
gcc/ipa-inline.c