From a015305167fc1b3f303363003584e2bdb9ef2073 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 25 Feb 1999 11:43:00 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/cse.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1d72eed3f9..4df29503e97 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 25 14:32:40 1999 Kaveh R. Ghazi + + * cse.c (dump_class): Revert last change and make the prototype + extern. + Thu Feb 25 19:13:42 1999 J"orn Rennecke * rtl.h (insn_first_p): Don't declare. diff --git a/gcc/cse.c b/gcc/cse.c index 5693f2d5f24..0133cf181c7 100644 --- 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; /* 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; { -- 2.30.2