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 447b732..ff1006f 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -184,6 +184,9 @@ struct var_ann_d GTY(()) in the v_may_def list. */ unsigned in_v_may_def_list : 1; + /* True for HEAP and PARM_NOALIAS artificial variables. */ + unsigned is_heapvar : 1; + /* An artificial variable representing the memory location pointed-to by all the pointer symbols that flow-insensitive alias analysis (mostly type-based) considers to be aliased. If the variable is |