From 9816367c7c84a6b7b533a5aee44b40fa456d28a7 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Fri, 20 Feb 2015 12:55:37 +0000 Subject: cgraph.h (clone_function_name_1): Declare. * cgraph.h (clone_function_name_1): Declare. * cgraphclones.c (clone_function_name_1): New function. (clone_function_name): Use it. * lto-partition.c: Include "stringpool.h". (must_not_rename, maybe_rewrite_identifier, validize_symbol_for_target): New static functions. (privatize_symbol_name): Use must_not_rename. (promote_symbol): Call validize_symbol_for_target. (lto_promote_cross_file_statics): Likewise. (lto_promote_statics_nonwpa): Likewise. From-SVN: r220855 --- gcc/cgraph.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cgraph.h') diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 06d2704..ec3cccd 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -2206,6 +2206,7 @@ basic_block init_lowered_empty_function (tree, bool, gcov_type); /* In cgraphclones.c */ +tree clone_function_name_1 (const char *, const char *); tree clone_function_name (tree decl, const char *); void tree_function_versioning (tree, tree, vec *, -- cgit v1.1