(struct function): Add epilogue_delay_list field.

From-SVN: r2244
This commit is contained in:
Jim Wilson 1992-09-24 22:52:11 -07:00
parent 1f9844c451
commit bd2315502c

View File

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