diff options
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 e78b2e1..e5295e9 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -80,6 +80,7 @@ struct function int has_nonlocal_label; int has_nonlocal_goto; int contains_functions; + int addresses_labels; int is_thunk; rtx nonlocal_goto_handler_slots; rtx nonlocal_goto_stack_level; |