diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index cfaee62..c89cd09 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -512,6 +512,10 @@ struct lang_hooks gimplification. */ bool deep_unsharing; + /* True if this language may use custom descriptors for nested functions + instead of trampolines. */ + bool custom_function_descriptors; + /* Run all lang-specific selftests. */ void (*run_lang_selftests) (void); |