(struct function): Add epilogue_delay_list field.
From-SVN: r2244
This commit is contained in:
parent
1f9844c451
commit
bd2315502c
@ -158,6 +158,9 @@ struct function
|
||||
|
||||
/* For md files. */
|
||||
int uses_pic_offset_table;
|
||||
|
||||
/* For reorg. */
|
||||
rtx epilogue_delay_list;
|
||||
};
|
||||
|
||||
/* The FUNCTION_DECL for an inline function currently being expanded. */
|
||||
|
Loading…
Reference in New Issue
Block a user