rs6000.c (make_resolver_func): Update init_lowered_empty_function call.
authorMichael Meissner <meissner@linux.vnet.ibm.com>
Mon, 5 Jun 2017 21:14:21 +0000 (21:14 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 5 Jun 2017 21:14:21 +0000 (21:14 +0000)
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

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 2865c42e81801d5ecae9c9fee360fc97fbc5e753..1b105b2a969d900815f2a81d5d730cb58995697d 100644 (file)
@@ -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>
 
        * doc/invoke.texi: Document the -fprofile-abs-path option.
index e8051aa674a724a7c59b5636ef325a12fa48a510..76f843c9f40d63a6e4d465570349a03796cc6c3f 100644 (file)
@@ -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));