Commit bd231550 by Jim Wilson

(struct function): Add epilogue_delay_list field.

From-SVN: r2244
parent 1f9844c4
......@@ -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. */
......
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