Commit cab2264d by Kazu Hirata Committed by Kazu Hirata

cse.c (cse_condition_code_reg): Make it static.

	* cse.c (cse_condition_code_reg): Make it static.
	* rtl.h: Remove the prototype for cse_condition_code_reg.

From-SVN: r109742
parent e21d6c60
2006-01-16 Kazu Hirata <kazu@codesourcery.com>
* cse.c (cse_condition_code_reg): Make it static.
* rtl.h: Remove the prototype for cse_condition_code_reg.
2006-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2006-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/25168 PR target/25168
......
...@@ -7676,7 +7676,7 @@ cse_cc_succs (basic_block bb, rtx cc_reg, rtx cc_src, bool can_change_mode) ...@@ -7676,7 +7676,7 @@ cse_cc_succs (basic_block bb, rtx cc_reg, rtx cc_src, bool can_change_mode)
/* If we have a fixed condition code register (or two), walk through /* If we have a fixed condition code register (or two), walk through
the instructions and try to eliminate duplicate assignments. */ the instructions and try to eliminate duplicate assignments. */
void static void
cse_condition_code_reg (void) cse_condition_code_reg (void)
{ {
unsigned int cc_regno_1; unsigned int cc_regno_1;
......
...@@ -1890,7 +1890,6 @@ extern int rtx_to_tree_code (enum rtx_code); ...@@ -1890,7 +1890,6 @@ extern int rtx_to_tree_code (enum rtx_code);
/* In cse.c */ /* In cse.c */
extern int delete_trivially_dead_insns (rtx, int); extern int delete_trivially_dead_insns (rtx, int);
extern int cse_main (rtx, int, FILE *); extern int cse_main (rtx, int, FILE *);
extern void cse_condition_code_reg (void);
extern int exp_equiv_p (rtx, rtx, int, bool); extern int exp_equiv_p (rtx, rtx, int, bool);
extern unsigned hash_rtx (rtx x, enum machine_mode, int *, int *, bool); extern unsigned hash_rtx (rtx x, enum machine_mode, int *, int *, bool);
......
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