cse.c (dump_class): Revert last change and make the prototype extern.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 25 Feb 1999 11:43:00 +0000 (11:43 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 25 Feb 1999 11:43:00 +0000 (11:43 +0000)
       * cse.c (dump_class): Revert last change and make the prototype
       extern.

From-SVN: r25438

gcc/ChangeLog
gcc/cse.c

index b1d72eed3f906e31360bb31cd06c477b1b9bc51e..4df29503e97e19bc3cc6dc66a3b526dddf5097e6 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 25 14:32:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cse.c (dump_class): Revert last change and make the prototype
+       extern.
+
 Thu Feb 25 19:13:42 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * rtl.h (insn_first_p): Don't declare.
index 5693f2d5f24510e8ca4c19d0b9cdff34cfacba05..0133cf181c7ab70c34e9dfe83bd384be71db1b2b 100644 (file)
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -663,13 +663,13 @@ static void cse_check_loop_start PROTO((rtx, rtx));
 static void cse_set_around_loop        PROTO((rtx, rtx, rtx));
 static rtx cse_basic_block     PROTO((rtx, rtx, struct branch_path *, int));
 static void count_reg_usage    PROTO((rtx, int *, rtx, int));
-static void dump_class          PROTO((struct table_elt*));
+extern void dump_class          PROTO((struct table_elt*));
 
 extern int rtx_equal_function_value_matters;
 \f
 /* Dump the expressions in the equivalence class indicated by CLASSP.
    This function is used only for debugging.  */
-static void
+void
 dump_class (classp)
      struct table_elt *classp;
 {