diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 491341b..8377c22 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -6051,7 +6051,7 @@ gen_satfractuns_conv_libfunc (convert_optab tab, /* Hashtable callbacks for libfunc_decls. */ -struct libfunc_decl_hasher : ggc_hasher<tree> +struct libfunc_decl_hasher : ggc_ptr_hash<tree_node> { static hashval_t hash (tree entry) |