aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1997-04-24 02:55:16 +0000
committerJason Merrill <merrill@gnu.org>1997-04-24 02:55:16 +0000
commit173cd503de58534f6192be7efb0a43ba1450a0f1 (patch)
treed2ead87e504f550cbdfbdf0d0fa9f6c7e39bcc7e /gcc/function.h
parent4c7428133bb93c325331630f92728172de304493 (diff)
downloadgcc-173cd503de58534f6192be7efb0a43ba1450a0f1.zip
gcc-173cd503de58534f6192be7efb0a43ba1450a0f1.tar.gz
gcc-173cd503de58534f6192be7efb0a43ba1450a0f1.tar.bz2
x
From-SVN: r13974
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 63c26ac..f54622f 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;