summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-25 05:52:11 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-25 05:52:11 +0000
commit9e0cce44fbed154985f27e3ae74b7ca68962bbb2 (patch)
tree0e1c00b9e341484953ede66cb9c56cd8eae5bab2 /gcc/function.h
parent642fc060801e58b9085d00abde2ab18a87862af3 (diff)
downloadgcc-9e0cce44fbed154985f27e3ae74b7ca68962bbb2.tar.gz
(struct function): Add epilogue_delay_list field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2244 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h3
1 files changed, 3 insertions, 0 deletions
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. */