Commit 82afdc6f by Martin Liska Committed by Martin Liska

cgraphunit.c (symbol_table::process_new_functions): Missing call for…

cgraphunit.c (symbol_table::process_new_functions): Missing call for call_cgraph_insertion_hooks added.

	PR/63376
	* cgraphunit.c (symbol_table::process_new_functions): Missing call
	for call_cgraph_insertion_hooks added.

From-SVN: r216110
parent c6250f73
2014-10-11 Martin Liska <mliska@suse.cz>
PR/63376
* cgraphunit.c (symbol_table::process_new_functions): Missing call
for call_cgraph_insertion_hooks added.
2014-10-10 Jakub Jelinek <jakub@redhat.com>
PR c/63495
......@@ -329,6 +329,7 @@ symbol_table::process_new_functions (void)
free_dominance_info (CDI_POST_DOMINATORS);
free_dominance_info (CDI_DOMINATORS);
pop_cfun ();
call_cgraph_insertion_hooks (node);
break;
case EXPANSION:
......
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