]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/loop-iv.c
hash-traits.h (free_ptr_hash): New class.
[thirdparty/gcc.git] / gcc / loop-iv.c
index c0d6a1d3f3fc85a686f808a6c66f0c51fd4544fd..d02d5429715a2ae20ec0dffec7c8203126e85e61 100644 (file)
@@ -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 *);