regmove.c (regmove_optimize, [...]): Make them static.

* regmove.c (regmove_optimize, combine_stack_adjustments):
	Make them static.
	* rtl.h: Remove the prototypes for regmove_optimize and
	combine_stack_adjustments.

From-SVN: r109875
This commit is contained in:
Kazu Hirata 2006-01-18 06:40:08 +00:00 committed by Kazu Hirata
parent e8d6954b96
commit fe3c357180
3 changed files with 7 additions and 6 deletions

View File

@ -12,6 +12,11 @@
* function.h: Remove the prototype for
instantiate_virtual_regs.
* regmove.c (regmove_optimize, combine_stack_adjustments):
Make them static.
* rtl.h: Remove the prototypes for regmove_optimize and
combine_stack_adjustments.
2006-01-17 Roger Sayle <roger@eyesopen.com>
* config/i386/i386.c (COSTS_N_BYTES): New macro.

View File

@ -1037,7 +1037,7 @@ fixup_match_2 (rtx insn, rtx dst, rtx src, rtx offset, FILE *regmove_dump_file)
REGMOVE_DUMP_FILE is a stream for output of a trace of actions taken
(or 0 if none should be output). */
void
static void
regmove_optimize (rtx f, int nregs, FILE *regmove_dump_file)
{
int old_max_uid = get_max_uid ();
@ -2113,7 +2113,7 @@ static int record_stack_memrefs (rtx *, void *);
/* Main entry point for stack adjustment combination. */
void
static void
combine_stack_adjustments (void)
{
basic_block bb;

View File

@ -2069,10 +2069,6 @@ extern void cannot_change_mode_set_regs (HARD_REG_SET *,
extern bool invalid_mode_change_p (unsigned int, enum reg_class,
enum machine_mode);
/* In regmove.c */
extern void regmove_optimize (rtx, int, FILE *);
extern void combine_stack_adjustments (void);
/* In reorg.c */
extern void dbr_schedule (rtx, FILE *);