From: Jim Wilson Date: Fri, 25 Sep 1992 05:52:11 +0000 (-0700) Subject: (struct function): Add epilogue_delay_list field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd2315502c86fcc2c67a13d296f8bbc9a13e189e;p=gcc.git (struct function): Add epilogue_delay_list field. From-SVN: r2244 --- diff --git a/gcc/function.h b/gcc/function.h index eb4abf09d79..c0df03c509b 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -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. */