cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring dead calls back to...
authorJan Hubicka <hubicka@ucw.cz>
Thu, 26 Mar 2015 19:56:25 +0000 (20:56 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 26 Mar 2015 19:56:25 +0000 (19:56 +0000)
commit1f4eb0e985e71a20e5778963cf98e591054dd51b
treeb2926b95a08345ab4f4ab5ea78f628f989ec25e9
parent5058c037581a2015d2e2ea86c50628dcde72f646
cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring dead calls back to live.

* cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
dead calls back to live.
(cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
cross check to ...
(cgraph_node::verify_node): ... here; verify only callee edges,
not caller.

From-SVN: r221707
gcc/ChangeLog
gcc/cgraph.c