]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/hard-reg-set.h
remove need for store_values_directly
[thirdparty/gcc.git] / gcc / hard-reg-set.h
index d1a6e51508cf0cfad5dd3df0a7d722074bf8826f..89971d7b36030582ff55dc3c06ff2a944b8a4836 100644 (file)
@@ -615,7 +615,17 @@ hard_reg_set_iter_next (hard_reg_set_iterator *iter, unsigned *regno)
 
 extern char global_regs[FIRST_PSEUDO_REGISTER];
 
-struct simplifiable_subregs_hasher;
+struct simplifiable_subreg;
+struct subreg_shape;
+
+struct simplifiable_subregs_hasher : typed_noop_remove <simplifiable_subreg>
+{
+  typedef simplifiable_subreg *value_type;
+  typedef const subreg_shape *compare_type;
+
+  static inline hashval_t hash (const simplifiable_subreg *);
+  static inline bool equal (const simplifiable_subreg *, const subreg_shape *);
+};
 
 struct target_hard_regs {
   void finalize ();