diff options
Diffstat (limited to 'gcc/tree-data-ref.h')
-rw-r--r-- | gcc/tree-data-ref.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index e6f82ff..4c9e357 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -127,9 +127,6 @@ struct data_reference /* Alias information for the data reference. */ struct dr_alias alias; - - /* The alias set for this data reference. */ - int alias_set; }; #define DR_STMT(DR) (DR)->stmt |