(struct function): Add epilogue_delay_list field.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 25 Sep 1992 05:52:11 +0000 (22:52 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 25 Sep 1992 05:52:11 +0000 (22:52 -0700)
From-SVN: r2244

gcc/function.h

index eb4abf09d7906a627d24a8b3e09d57a37b48a615..c0df03c509b36dd45a94ff2590c39fe5d5d71f70 100644 (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.  */