From cab2264d17e4602aa2de844413c36a207ba4665a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 16 Jan 2006 05:17:54 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/cse.c | 2 +- gcc/rtl.h | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d337327be7b..5f39173c15a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-01-16 Kazu Hirata + + * 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 PR target/25168 diff --git a/gcc/cse.c b/gcc/cse.c index a352c0efadf1..ce6edcd7599c 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -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 the instructions and try to eliminate duplicate assignments. */ -void +static void cse_condition_code_reg (void) { unsigned int cc_regno_1; diff --git a/gcc/rtl.h b/gcc/rtl.h index 104d4fb6cde7..78b0b45a6fcd 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1890,7 +1890,6 @@ extern int rtx_to_tree_code (enum rtx_code); /* In cse.c */ extern int delete_trivially_dead_insns (rtx, int); extern int cse_main (rtx, int, FILE *); -extern void cse_condition_code_reg (void); extern int exp_equiv_p (rtx, rtx, int, bool); extern unsigned hash_rtx (rtx x, enum machine_mode, int *, int *, bool); -- 2.47.2