mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 00:51:00 +08:00
rs6000.c (rs6000_keep_leaf_when_profiled): Add decl with __attribute__ ((unused)) annotation.
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
This commit is contained in:
parent
2947d3b29c
commit
bf1a8421ec
@ -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
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user