(struct function): New fields const_rtx_hash_table,

const_rtx_sym_hash_table, first_pool, last_pool, pool_offset.

From-SVN: r2392
This commit is contained in:
Richard Stallman 1992-10-10 09:44:58 +00:00
parent 88e71d2465
commit b76227eaa5
1 changed files with 6 additions and 0 deletions

View 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. */