diff options
author | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-04-24 02:55:16 +0000 |
---|---|---|
committer | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-04-24 02:55:16 +0000 |
commit | 97529b051fdc96384e441f563eef8c5717c61d44 (patch) | |
tree | d2ead87e504f550cbdfbdf0d0fa9f6c7e39bcc7e /gcc/function.h | |
parent | 19de5de16a06809d583dc660635ec2eda6dd02f1 (diff) | |
download | gcc-97529b051fdc96384e441f563eef8c5717c61d44.tar.gz |
x
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13974 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 63c26ac5816..f54622fa71d 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -78,6 +78,7 @@ struct function int has_nonlocal_label; int has_nonlocal_goto; int contains_functions; + int is_thunk; rtx nonlocal_goto_handler_slot; rtx nonlocal_goto_stack_level; tree nonlocal_labels; |