aarch64-protos.h (aarch64_function_profiler): Remove declaration of removed function.

* config/aarch64/aarch64-protos.h (aarch64_function_profiler): Remove
        declaration of removed function.

From-SVN: r218582
This commit is contained in:
Felix Yang 2014-12-10 15:02:06 +00:00 committed by Fei Yang
parent 07faade69f
commit e9ecbf4b1d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-12-10 Felix Yang <felix.yang@huawei.com>
* config/aarch64/aarch64-protos.h (aarch64_function_profiler): Remove
declaration of removed function.
2014-12-10 Richard Biener <rguenther@suse.de>
* tree-ssa-loop-im.c

View File

@ -250,7 +250,6 @@ void aarch64_expand_epilogue (bool);
void aarch64_expand_mov_immediate (rtx, rtx);
void aarch64_expand_prologue (void);
void aarch64_expand_vector_init (rtx, rtx);
void aarch64_function_profiler (FILE *, int);
void aarch64_init_cumulative_args (CUMULATIVE_ARGS *, const_tree, rtx,
const_tree, unsigned);
void aarch64_init_expanders (void);