(struct function): New fields const_rtx_hash_table,
authorRichard Stallman <rms@gnu.org>
Sat, 10 Oct 1992 09:44:58 +0000 (09:44 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 10 Oct 1992 09:44:58 +0000 (09:44 +0000)
const_rtx_sym_hash_table, first_pool, last_pool, pool_offset.

From-SVN: r2392

gcc/function.h

index c0df03c509b36dd45a94ff2590c39fe5d5d71f70..ed47b3cb477ad78d9ed337c52703036ed9b73a36 100644 (file)
@@ -161,6 +161,12 @@ struct function
 
   /* For reorg.  */
   rtx epilogue_delay_list;
+
+  /* For varasm.  */
+  struct constant_descriptor **const_rtx_hash_table;
+  struct pool_sym **const_rtx_sym_hash_table;
+  struct pool_constant *first_pool, *last_pool;
+  int pool_offset;
 };
 
 /* The FUNCTION_DECL for an inline function currently being expanded.  */