2016-01-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
authorwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Jan 2016 14:06:28 +0000 (14:06 +0000)
committerwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Jan 2016 14:06:28 +0000 (14:06 +0000)
* config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
decl with __attribute__ ((unused)) annotation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232793 138bc75d-0d04-0410-961f-82ee72b054a4

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

index bd851ed..6d51578 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 4c70f67..b97dc19 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.  */