* config/sparc/sparc-protos.h (sparc_va_arg): Remove.
* config/sparc/sparc.c (sparc_gimplify_va_arg): Mark static.
From-SVN: r84356
2004-07-09 Richard Henderson <rth@redhat.com>
+ * config/sparc/sparc-protos.h (sparc_va_arg): Remove.
+ * config/sparc/sparc.c (sparc_gimplify_va_arg): Mark static.
+
* config/sh/sh-protos.h (sh_va_arg): Remove.
* config/sh/sh.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
(sh_gimplify_va_arg_expr): Rewrite from sh_va_arg.
extern void init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree);
extern void sparc_va_start (tree, rtx);
#endif
-extern struct rtx_def *sparc_va_arg (tree, tree);
extern unsigned long sparc_type_code (tree);
#ifdef ARGS_SIZE_RTX
/* expr.h defines ARGS_SIZE_RTX and `enum direction' */
/* Implement `va_arg' for stdarg. */
-tree
+static tree
sparc_gimplify_va_arg (tree valist, tree type, tree *pre_p, tree *post_p)
{
HOST_WIDE_INT size, rsize, align;