From: Bill Schmidt Date: Mon, 25 Jan 2016 14:06:28 +0000 (+0000) Subject: rs6000.c (rs6000_keep_leaf_when_profiled): Add decl with __attribute__ ((unused)... X-Git-Tag: basepoints/gcc-7~1350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf1a8421ecf5dd884bcc7ad9eaf1cc13da6be49f;p=thirdparty%2Fgcc.git rs6000.c (rs6000_keep_leaf_when_profiled): Add decl with __attribute__ ((unused)) annotation. 2016-01-25 Bill Schmidt * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add decl with __attribute__ ((unused)) annotation. From-SVN: r232793 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd851ed77f82..6d51578ae078 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-01-25 Bill Schmidt + + * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add + decl with __attribute__ ((unused)) annotation. + 2016-01-25 Ilya Enkovich PR target/69421 diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 4c70f67b0a83..b97dc19d114e 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -1311,6 +1311,7 @@ static bool rs6000_secondary_reload_move (enum rs6000_reg_type, secondary_reload_info *, bool); rtl_opt_pass *make_pass_analyze_swaps (gcc::context*); +static bool rs6000_keep_leaf_when_profiled () __attribute__ ((unused)); /* Hash table stuff for keeping track of TOC entries. */