diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 19efacd..2d661f5 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -228,9 +228,6 @@ struct var_ann_d GTY(()) /* Used when building base variable structures in a var_map. */ unsigned base_var_processed : 1; - /* Nonzero if this variable is in the alias set of another variable. */ - unsigned is_aliased : 1; - /* Nonzero if this variable was used after SSA optimizations were applied. We set this when translating out of SSA form. */ unsigned used : 1; |