diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-03 09:13:58 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-03 09:13:58 +0000 |
commit | c6b592d4b1d6990b5c7dc669a91ee52a4fb7912e (patch) | |
tree | 826e1b3ae77606d22381504b43100336ef683c3d /gcc/function.h | |
parent | a290ac727af941a3931a96bc1d8b8a5e5a09d86e (diff) | |
download | gcc-c6b592d4b1d6990b5c7dc669a91ee52a4fb7912e.tar.gz |
2012-12-03 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 194073 using svnmerge.py
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@194077 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/function.h b/gcc/function.h index 63704d4fb09..dd7f099e8a5 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -341,10 +341,6 @@ struct GTY(()) rtl_data { /* For reorg. */ - /* If some insns can be deferred to the delay slots of the epilogue, the - delay list for them is recorded here. */ - rtx epilogue_delay_list; - /* Nonzero if function being compiled called builtin_return_addr or builtin_frame_address with nonzero count. */ bool accesses_prior_frames; |