diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 0e60e41..ca5897a 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -62,6 +62,9 @@ struct ptr_info_def GTY(()) /* Nonzero if this pointer is dereferenced. */ unsigned int is_dereferenced : 1; + /* Nonzero if this pointer points to a global variable. */ + unsigned int pt_global_mem : 1; + /* Set of variables that this pointer may point to. */ bitmap pt_vars; |