]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cse.c (cse_condition_code_reg): Make it static.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 16 Jan 2006 05:17:54 +0000 (05:17 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 16 Jan 2006 05:17:54 +0000 (05:17 +0000)
* cse.c (cse_condition_code_reg): Make it static.
* rtl.h: Remove the prototype for cse_condition_code_reg.

From-SVN: r109742

gcc/ChangeLog
gcc/cse.c
gcc/rtl.h

index 9d337327be7bbb02b96c5fbd36d72bac65edd171..5f39173c15a6d65d95cdea8c342fa0e84de4a815 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR target/25168
index a352c0efadf1f17ee95b23481bfc8c0979c891f7..ce6edcd7599cb234fe2a3bd915b9f892742e8b0c 100644 (file)
--- 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;
index 104d4fb6cde740b5110e5c7bddf3307d6fc4cb5a..78b0b45a6fcd3f98f447f1e78476f7534df39a76 100644 (file)
--- 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);