]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/hard-reg-set.h
gcc/
[thirdparty/gcc.git] / gcc / hard-reg-set.h
index 8aaf4231f7508ecbdd02265c175219bf3f975132..f90ae5d0b5f2e6685bb384abade4ef4d79ef516e 100644 (file)
@@ -616,9 +616,8 @@ extern char global_regs[FIRST_PSEUDO_REGISTER];
 struct simplifiable_subreg;
 struct subreg_shape;
 
-struct simplifiable_subregs_hasher : typed_noop_remove <simplifiable_subreg>
+struct simplifiable_subregs_hasher : nofree_ptr_hash <simplifiable_subreg>
 {
-  typedef simplifiable_subreg *value_type;
   typedef const subreg_shape *compare_type;
 
   static inline hashval_t hash (const simplifiable_subreg *);