diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-09-01 18:44:05 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2010-09-01 18:44:05 +0000 |
commit | cd34bbe8b9ca57dfaa40e41cef02b003d842b3f4 (patch) | |
tree | 5c2dc4394623eeb9dbdbf55b03708825c8d72454 /gcc/config/m32c/m32c-protos.h | |
parent | cecab05b773b6a06a5f2a037910439b96dec5b7b (diff) | |
download | gcc-cd34bbe8b9ca57dfaa40e41cef02b003d842b3f4.zip gcc-cd34bbe8b9ca57dfaa40e41cef02b003d842b3f4.tar.gz gcc-cd34bbe8b9ca57dfaa40e41cef02b003d842b3f4.tar.bz2 |
m32c-protos.h (m32c_function_arg): Delete.
* config/m32c/m32c-protos.h (m32c_function_arg): Delete.
(m32c_function_arg_advance): Delete.
* config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
* config/m32c/m32c.c (m32c_function_arg): Make static. Adjust
comments. Take a const_tree and a bool. Declare.
(m32c_function_arg_advance): Likewise.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
From-SVN: r163742
Diffstat (limited to 'gcc/config/m32c/m32c-protos.h')
-rw-r--r-- | gcc/config/m32c/m32c-protos.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/m32c/m32c-protos.h b/gcc/config/m32c/m32c-protos.h index cd3c240..b7061e3 100644 --- a/gcc/config/m32c/m32c-protos.h +++ b/gcc/config/m32c/m32c-protos.h @@ -46,12 +46,6 @@ int m32c_regno_ok_for_base_p (int); int m32c_trampoline_alignment (void); int m32c_trampoline_size (void); -#if defined(RTX_CODE) && defined(TREE_CODE) - -rtx m32c_function_arg (CUMULATIVE_ARGS *, MM, tree, int); - -#endif - #ifdef RTX_CODE int m32c_cannot_change_mode_class (MM, MM, int); @@ -96,7 +90,6 @@ int m32c_split_psi_p (rtx *); #ifdef TREE_CODE -void m32c_function_arg_advance (CUMULATIVE_ARGS *, MM, tree, int); tree m32c_gimplify_va_arg_expr (tree, tree, gimple_seq *, gimple_seq *); void m32c_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree, int); bool m32c_promote_function_return (const_tree); |