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:
parent
c6250f73ff
commit
82afdc6f9f
@ -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>
|
2014-10-10 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR c/63495
|
PR c/63495
|
||||||
|
@ -329,6 +329,7 @@ symbol_table::process_new_functions (void)
|
|||||||
free_dominance_info (CDI_POST_DOMINATORS);
|
free_dominance_info (CDI_POST_DOMINATORS);
|
||||||
free_dominance_info (CDI_DOMINATORS);
|
free_dominance_info (CDI_DOMINATORS);
|
||||||
pop_cfun ();
|
pop_cfun ();
|
||||||
|
call_cgraph_insertion_hooks (node);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EXPANSION:
|
case EXPANSION:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user