diff options
Diffstat (limited to 'gcc/objc/objc-act.h')
-rw-r--r-- | gcc/objc/objc-act.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index 6403161da7b..7e8e4184880 100644 --- a/gcc/objc/objc-act.h +++ b/gcc/objc/objc-act.h @@ -253,6 +253,10 @@ extern GTY ((length ("SIZEHASHTABLE"))) hash *als_name_hash_list; #define SIZEHASHTABLE 257 +/* An array of all the local variables in the current function that + need to be marked as volatile. */ +extern GTY(()) VEC(tree,gc) *local_variables_to_volatilize; + /* Objective-C/Objective-C++ @implementation list. */ struct GTY(()) imp_entry { |