mirror of git://gcc.gnu.org/git/gcc.git
rs6000.c (make_resolver_func): Update init_lowered_empty_function call.
2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com> * config/rs6000/rs6000.c (make_resolver_func): Update init_lowered_empty_function call. From-SVN: r248902
This commit is contained in:
parent
05945a1b83
commit
cfd29772da
|
|
@ -1,3 +1,8 @@
|
||||||
|
2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
* config/rs6000/rs6000.c (make_resolver_func): Update
|
||||||
|
init_lowered_empty_function call.
|
||||||
|
|
||||||
2017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
2017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
||||||
|
|
||||||
* doc/invoke.texi: Document the -fprofile-abs-path option.
|
* doc/invoke.texi: Document the -fprofile-abs-path option.
|
||||||
|
|
|
||||||
|
|
@ -40493,7 +40493,8 @@ make_resolver_func (const tree default_decl,
|
||||||
|
|
||||||
gimplify_function_tree (decl);
|
gimplify_function_tree (decl);
|
||||||
push_cfun (DECL_STRUCT_FUNCTION (decl));
|
push_cfun (DECL_STRUCT_FUNCTION (decl));
|
||||||
*empty_bb = init_lowered_empty_function (decl, false, 0);
|
*empty_bb = init_lowered_empty_function (decl, false,
|
||||||
|
profile_count::uninitialized ());
|
||||||
|
|
||||||
cgraph_node::add_new_function (decl, true);
|
cgraph_node::add_new_function (decl, true);
|
||||||
symtab->call_cgraph_insertion_hooks (cgraph_node::get_create (decl));
|
symtab->call_cgraph_insertion_hooks (cgraph_node::get_create (decl));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue