]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.c (rs6000_keep_leaf_when_profiled): Add decl with __attribute__ ((unused)...
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Mon, 25 Jan 2016 14:06:28 +0000 (14:06 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Mon, 25 Jan 2016 14:06:28 +0000 (14:06 +0000)
2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
decl with __attribute__ ((unused)) annotation.

From-SVN: r232793

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

index bd851ed77f826959fb2f84e5fdfb47764a2f1189..6d51578ae078f7972479ac1edd108554c5933c70 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
+       decl with __attribute__ ((unused)) annotation.
+
 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
 
        PR target/69421
index 4c70f67b0a8353e24e1f9cdcf366d7f461e90625..b97dc19d114ef9e91a9b5ea5ffa3f6d19f48f398 100644 (file)
@@ -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.  */