Commit 174fa2c4 by Andreas Jaeger Committed by Andreas Jaeger

reload1.c: Add prototype for replace_pseudos_in_call_usage.

	* reload1.c: Add prototype for replace_pseudos_in_call_usage.

	* regmove.c: Add prototype for replace_in_call_usage.

From-SVN: r38985
parent 8121d2c3
2001-01-13 Andreas Jaeger <aj@suse.de>
* reload1.c: Add prototype for replace_pseudos_in_call_usage.
* regmove.c: Add prototype for replace_in_call_usage.
2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk> 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
* cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro, * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro,
......
...@@ -62,6 +62,7 @@ static void flags_set_1 PARAMS ((rtx, rtx, void *)); ...@@ -62,6 +62,7 @@ static void flags_set_1 PARAMS ((rtx, rtx, void *));
static int try_auto_increment PARAMS ((rtx, rtx, rtx, rtx, HOST_WIDE_INT, int)); static int try_auto_increment PARAMS ((rtx, rtx, rtx, rtx, HOST_WIDE_INT, int));
static int find_matches PARAMS ((rtx, struct match *)); static int find_matches PARAMS ((rtx, struct match *));
static void replace_in_call_usage PARAMS ((rtx *, int, rtx, rtx));
static int fixup_match_1 PARAMS ((rtx, rtx, rtx, rtx, rtx, int, int, int, FILE *)) static int fixup_match_1 PARAMS ((rtx, rtx, rtx, rtx, rtx, int, int, int, FILE *))
; ;
static int reg_is_remote_constant_p PARAMS ((rtx, rtx, rtx)); static int reg_is_remote_constant_p PARAMS ((rtx, rtx, rtx));
......
...@@ -370,6 +370,9 @@ static int (*offsets_at)[NUM_ELIMINABLE_REGS]; ...@@ -370,6 +370,9 @@ static int (*offsets_at)[NUM_ELIMINABLE_REGS];
static int num_labels; static int num_labels;
static void replace_pseudos_in_call_usage PARAMS((rtx *,
enum machine_mode,
rtx));
static void maybe_fix_stack_asms PARAMS ((void)); static void maybe_fix_stack_asms PARAMS ((void));
static void copy_reloads PARAMS ((struct insn_chain *)); static void copy_reloads PARAMS ((struct insn_chain *));
static void calculate_needs_all_insns PARAMS ((int)); static void calculate_needs_all_insns PARAMS ((int));
......
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