From c0712acbc7117096c29ef8febd01a882779c31e0 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 5 Sep 2000 06:04:09 +0000 Subject: gcse.c (hash_string_1): Add prototype. * gcse.c (hash_string_1): Add prototype. * cse.c (canon_hash_string): Likewise. From-SVN: r36154 --- gcc/cse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cse.c') diff --git a/gcc/cse.c b/gcc/cse.c index 2862ac2..93cfb97 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -668,6 +668,7 @@ static void invalidate_memory PARAMS ((void)); static void invalidate_for_call PARAMS ((void)); static rtx use_related_value PARAMS ((rtx, struct table_elt *)); static unsigned canon_hash PARAMS ((rtx, enum machine_mode)); +static unsigned canon_hash_string PARAMS ((const char *)); static unsigned safe_hash PARAMS ((rtx, enum machine_mode)); static int exp_equiv_p PARAMS ((rtx, rtx, int, int)); static rtx canon_reg PARAMS ((rtx, rtx)); -- cgit v1.1