diff options
author | Jason Merrill <merrill@gnu.org> | 1997-04-24 02:55:16 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1997-04-24 02:55:16 +0000 |
commit | 173cd503de58534f6192be7efb0a43ba1450a0f1 (patch) | |
tree | d2ead87e504f550cbdfbdf0d0fa9f6c7e39bcc7e /gcc/flags.h | |
parent | 4c7428133bb93c325331630f92728172de304493 (diff) | |
download | gcc-173cd503de58534f6192be7efb0a43ba1450a0f1.zip gcc-173cd503de58534f6192be7efb0a43ba1450a0f1.tar.gz gcc-173cd503de58534f6192be7efb0a43ba1450a0f1.tar.bz2 |
x
From-SVN: r13974
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index ce4b96a..94decda 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -392,3 +392,7 @@ extern int current_function_has_nonlocal_label; function. */ extern int current_function_has_nonlocal_goto; + +/* Nonzero if the current function is a thunk, so we should try to cut + corners where we can. */ +int current_function_is_thunk; |