]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-vect-transform.c
In gcc/
[thirdparty/gcc.git] / gcc / tree-vect-transform.c
index bdf26173288ad13ebb6f90f5e0d0ca2524538287..0d56efb50f5be5a03868243cb7c5bd1713167d33 100644 (file)
@@ -301,7 +301,7 @@ vect_create_data_ref_ptr (tree stmt,
 
   /* If tag is a variable (and NOT_A_TAG) than a new type alias
      tag must be created with tag added to its may alias list.  */
-  if (var_ann (tag)->mem_tag_kind == NOT_A_TAG)
+  if (!MTAG_P (tag))
     new_type_alias (vect_ptr, tag);
   else
     var_ann (vect_ptr)->type_mem_tag = tag;