+2004-02-26 Kazu Hirata <kazu@cs.umass.edu>
+
+ * builtins.c (apply_args_register_offset): Remove.
+ * tree.h: Remove the corresponding prototype.
+
2004-02-26 Kazu Hirata <kazu@cs.umass.edu>
* stor-layout.c (is_pending_size): Remove.
used for calling a function. */
static int apply_args_reg_offset[FIRST_PSEUDO_REGISTER];
-/* Return the offset of register REGNO into the block returned by
- __builtin_apply_args. This is not declared static, since it is
- needed in objc-act.c. */
-
-int
-apply_args_register_offset (int regno)
-{
- apply_args_size ();
-
- /* Arguments are always put in outgoing registers (in the argument
- block) if such make sense. */
- return apply_args_reg_offset[OUTGOING_REGNO (regno)];
-}
-
/* Return the size required for the block returned by __builtin_apply_args,
and initialize apply_args_mode. */
#endif
/* In expr.c */
-extern int apply_args_register_offset (int);
extern rtx expand_builtin_return_addr (enum built_in_function, int, rtx);
extern void check_max_integer_computation_mode (tree);