summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-05 06:04:09 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-05 06:04:09 +0000
commitec53a6f83c91be7a464a74224825e8b1e4e70406 (patch)
tree67538a34c378013d53fd42dc360a2373f6aa41b0 /gcc/gcse.c
parent804ddfd1599f5c8de22d176c7de317a5a592d9c7 (diff)
downloadgcc-ec53a6f83c91be7a464a74224825e8b1e4e70406.tar.gz
* gcse.c (hash_string_1): Add prototype.
* cse.c (canon_hash_string): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36154 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index c925a5a5d12..d32ddeb063d 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -549,6 +549,7 @@ static void insert_expr_in_table PARAMS ((rtx, enum machine_mode, rtx,
static void insert_set_in_table PARAMS ((rtx, rtx));
static unsigned int hash_expr PARAMS ((rtx, enum machine_mode, int *, int));
static unsigned int hash_expr_1 PARAMS ((rtx, enum machine_mode, int *));
+static unsigned int hash_string_1 PARAMS ((const char *));
static unsigned int hash_set PARAMS ((int, int));
static int expr_equiv_p PARAMS ((rtx, rtx));
static void record_last_reg_set_info PARAMS ((rtx, int));