diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-05 06:04:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-09-05 06:04:09 +0000 |
commit | c0712acbc7117096c29ef8febd01a882779c31e0 (patch) | |
tree | 67538a34c378013d53fd42dc360a2373f6aa41b0 /gcc/cse.c | |
parent | 02bcb9c64d63460924fdf8fe1e6c4ceb98005428 (diff) | |
download | gcc-c0712acbc7117096c29ef8febd01a882779c31e0.zip gcc-c0712acbc7117096c29ef8febd01a882779c31e0.tar.gz gcc-c0712acbc7117096c29ef8febd01a882779c31e0.tar.bz2 |
gcse.c (hash_string_1): Add prototype.
* gcse.c (hash_string_1): Add prototype.
* cse.c (canon_hash_string): Likewise.
From-SVN: r36154
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |