From: meissner Date: Mon, 5 Jun 2017 21:14:21 +0000 (+0000) Subject: 2017-06-05 Michael Meissner X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e866d4747882c934f796171b93f1225fa0bcd62c;p=thirdparty%2Fgcc.git 2017-06-05 Michael Meissner * config/rs6000/rs6000.c (make_resolver_func): Update init_lowered_empty_function call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248902 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2865c42e8180..1b105b2a969d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-06-05 Michael Meissner + + * config/rs6000/rs6000.c (make_resolver_func): Update + init_lowered_empty_function call. + 2017-06-05 Bernd Edlinger * doc/invoke.texi: Document the -fprofile-abs-path option. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index e8051aa674a7..76f843c9f40d 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -40493,7 +40493,8 @@ make_resolver_func (const tree default_decl, gimplify_function_tree (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); symtab->call_cgraph_insertion_hooks (cgraph_node::get_create (decl));