Commit b76227ea by Richard Stallman

(struct function): New fields const_rtx_hash_table,

const_rtx_sym_hash_table, first_pool, last_pool, pool_offset.

From-SVN: r2392
parent 88e71d24
...@@ -161,6 +161,12 @@ struct function ...@@ -161,6 +161,12 @@ struct function
/* For reorg. */ /* For reorg. */
rtx epilogue_delay_list; 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. */ /* The FUNCTION_DECL for an inline function currently being expanded. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment