Commit e59df5fd by Jan Hubicka Committed by Jan Hubicka

* ipa-ref.c (ipa_clear_stmts_in_references): Clear lto_stmt_uid, too.

From-SVN: r201640
parent 634ab819
2013-08-09 Jan Hubicka <jh@suse.cz> 2013-08-09 Jan Hubicka <jh@suse.cz>
* ipa-ref.c (ipa_clear_stmts_in_references): Clear lto_stmt_uid, too.
2013-08-09 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_resolve_speculation): Cut frequency to * cgraph.c (cgraph_resolve_speculation): Cut frequency to
CGRAPH_FREQ_MAX. CGRAPH_FREQ_MAX.
(dump_cgraph_node): Dump profile-id. (dump_cgraph_node): Dump profile-id.
......
...@@ -311,5 +311,8 @@ ipa_clear_stmts_in_references (symtab_node referring_node) ...@@ -311,5 +311,8 @@ ipa_clear_stmts_in_references (symtab_node referring_node)
for (i = 0; ipa_ref_list_reference_iterate (&referring_node->symbol.ref_list, i, r); i++) for (i = 0; ipa_ref_list_reference_iterate (&referring_node->symbol.ref_list, i, r); i++)
if (!r->speculative) if (!r->speculative)
r->stmt = NULL; {
r->stmt = NULL;
r->lto_stmt_uid = 0;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment