* cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating;
commit4582129ea647da9c117adf36aea1c0f1f4bb739f
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Aug 2013 13:02:39 +0000 (26 13:02 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Aug 2013 13:02:39 +0000 (26 13:02 +0000)
treefb9a26e728b4bd4cd574a058f51148c74eb20e25
parentfc3dabd5d23d2b5709d3887b5e040fcd567f2749
* 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.

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