diff options
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r-- | gcc/loop-iv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index c0d6a1d..d02d542 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -124,9 +124,8 @@ static struct loop *current_loop; /* Hashtable helper. */ -struct biv_entry_hasher : typed_free_remove <biv_entry> +struct biv_entry_hasher : free_ptr_hash <biv_entry> { - typedef biv_entry *value_type; typedef rtx_def *compare_type; static inline hashval_t hash (const biv_entry *); static inline bool equal (const biv_entry *, const rtx_def *); |