diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-25 05:52:11 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-25 05:52:11 +0000 |
commit | 9e0cce44fbed154985f27e3ae74b7ca68962bbb2 (patch) | |
tree | 0e1c00b9e341484953ede66cb9c56cd8eae5bab2 /gcc/function.h | |
parent | 642fc060801e58b9085d00abde2ab18a87862af3 (diff) | |
download | gcc-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.h | 3 |
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. */ |