diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-10-09 14:16:42 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2010-10-09 14:16:42 +0000 |
commit | 0851c6e3747e3b78dac903d3b5ce967af6cd13d2 (patch) | |
tree | 925454b9b4d398edbea9ceeeb3c5887f7d5be3d9 /gcc/config/mep/mep-protos.h | |
parent | e5160e93fde5752e5a7fb5c18fa5bf75dcbad3e8 (diff) | |
download | gcc-0851c6e3747e3b78dac903d3b5ce967af6cd13d2.zip gcc-0851c6e3747e3b78dac903d3b5ce967af6cd13d2.tar.gz gcc-0851c6e3747e3b78dac903d3b5ce967af6cd13d2.tar.bz2 |
mep-protos.h (mep_function_arg): Delete.
* config/mep/mep-protos.h (mep_function_arg): Delete.
(mep_function_arg_advance): Delete.
* config/mep/mep.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
* config/mep/mep.c (mep_function_arg): Make static. Take a
const_tree and a bool.
(mep_function_arg_advance): Likewise.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
From-SVN: r165224
Diffstat (limited to 'gcc/config/mep/mep-protos.h')
-rw-r--r-- | gcc/config/mep/mep-protos.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/mep/mep-protos.h b/gcc/config/mep/mep-protos.h index 4ab86b5..c8a0b9b 100644 --- a/gcc/config/mep/mep-protos.h +++ b/gcc/config/mep/mep-protos.h @@ -75,8 +75,6 @@ extern void mep_print_operand_address (FILE *, rtx); extern void mep_print_operand (FILE *, rtx, int); extern void mep_final_prescan_insn (rtx, rtx *, int); extern void mep_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree); -extern rtx mep_function_arg (CUMULATIVE_ARGS, enum machine_mode, tree, int); -extern void mep_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern bool mep_return_in_memory (const_tree, const_tree); extern rtx mep_function_value (tree, tree); extern rtx mep_libcall_value (enum machine_mode); |