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
This commit is contained in:
Martin Liska 2014-10-11 01:37:42 +02:00 committed by Martin Liska
parent c6250f73ff
commit 82afdc6f9f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -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: