Commit fe3c3571 by Kazu Hirata Committed by Kazu Hirata

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
parent e8d6954b
......@@ -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.
......
......@@ -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;
......
......@@ -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 *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment