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 08e65c7..82dae23 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -251,6 +251,9 @@ struct var_ann_d GTY(()) /* True for HEAP and PARM_NOALIAS artificial variables. */ unsigned is_heapvar : 1; + /* True if the variable is call clobbered. */ + unsigned int call_clobbered : 1; + /* Memory partition tag assigned to this symbol. */ tree mpt; |