summaryrefslogtreecommitdiffstats
path: root/gcc/read-rtl.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-09 17:26:27 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-09 17:26:27 +0000
commitaa77e59fb2efeeb22aad6762e190ab05360f1ae1 (patch)
tree8a933151f8fc4f57dc1a7423f8d9e204efb9a82e /gcc/read-rtl.c
parenta2041fb64cb609c0a754b468c60eb306efe00889 (diff)
downloadppe42-gcc-aa77e59fb2efeeb22aad6762e190ab05360f1ae1.tar.gz
ppe42-gcc-aa77e59fb2efeeb22aad6762e190ab05360f1ae1.zip
* conflict.c (arc_hash): Change return type to hashval_t.
* cselib.c (get_value_hash): Likewise. * genautomata.c (automaton_decl_hash, insn_decl_hash, decl_hash, state_hash, automata_list_hash): Likewise. * read-rtl.c (def_hash): Likewise. * tree.c (type_hash_hash): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/read-rtl.c')
-rw-r--r--gcc/read-rtl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c
index 8c378d96abb..5efd5dc9a20 100644
--- a/gcc/read-rtl.c
+++ b/gcc/read-rtl.c
@@ -35,7 +35,7 @@ static char *read_string PARAMS ((struct obstack *, FILE *, int));
static char *read_quoted_string PARAMS ((struct obstack *, FILE *));
static char *read_braced_string PARAMS ((struct obstack *, FILE *));
static void read_escape PARAMS ((struct obstack *, FILE *));
-static unsigned def_hash PARAMS ((const void *));
+static hashval_t def_hash PARAMS ((const void *));
static int def_name_eq_p PARAMS ((const void *, const void *));
static void read_constants PARAMS ((FILE *infile, char *tmp_char));
static void validate_const_int PARAMS ((FILE *, const char *));
@@ -401,7 +401,7 @@ atoll (p)
#endif
/* Given a constant definition, return a hash code for its name. */
-static unsigned
+static hashval_t
def_hash (def)
const void *def;
{
OpenPOWER on IntegriCloud