Commit a0153051 by Kaveh R. Ghazi Committed by Kaveh Ghazi

cse.c (dump_class): Revert last change and make the prototype extern.

       * cse.c (dump_class): Revert last change and make the prototype
       extern.

From-SVN: r25438
parent 43a5dea8
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> Thu Feb 25 19:13:42 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* rtl.h (insn_first_p): Don't declare. * rtl.h (insn_first_p): Don't declare.
......
...@@ -663,13 +663,13 @@ static void cse_check_loop_start PROTO((rtx, rtx)); ...@@ -663,13 +663,13 @@ static void cse_check_loop_start PROTO((rtx, rtx));
static void cse_set_around_loop PROTO((rtx, 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 rtx cse_basic_block PROTO((rtx, rtx, struct branch_path *, int));
static void count_reg_usage PROTO((rtx, int *, rtx, 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; extern int rtx_equal_function_value_matters;
/* Dump the expressions in the equivalence class indicated by CLASSP. /* Dump the expressions in the equivalence class indicated by CLASSP.
This function is used only for debugging. */ This function is used only for debugging. */
static void void
dump_class (classp) dump_class (classp)
struct table_elt *classp; struct table_elt *classp;
{ {
......
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