diff options
Diffstat (limited to 'gcc/tree-vect-transform.c')
-rw-r--r-- | gcc/tree-vect-transform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c index db0573c..5f2bce3 100644 --- a/gcc/tree-vect-transform.c +++ b/gcc/tree-vect-transform.c @@ -300,12 +300,12 @@ vect_create_data_ref_ptr (tree stmt, tag = DR_MEMTAG (dr); gcc_assert (tag); - /* If tag is a variable (and NOT_A_TAG) than a new type alias + /* If tag is a variable (and NOT_A_TAG) than a new symbol memory tag must be created with tag added to its may alias list. */ if (!MTAG_P (tag)) new_type_alias (vect_ptr, tag); else - var_ann (vect_ptr)->type_mem_tag = tag; + var_ann (vect_ptr)->symbol_mem_tag = tag; var_ann (vect_ptr)->subvars = DR_SUBVARS (dr); |