aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r--gcc/loop-iv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c
index c0d6a1d3f3f..d02d5429715 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 *);