Remove a trivial assert (missed in previous checkin)
authorXinliang David Li <davidxl@google.com>
Tue, 3 Sep 2013 19:11:10 +0000 (19:11 +0000)
committerXinliang David Li <davidxl@gcc.gnu.org>
Tue, 3 Sep 2013 19:11:10 +0000 (19:11 +0000)
From-SVN: r202230

gcc/ChangeLog
gcc/tree-vect-data-refs.c

index e572d2c4162ac4fd5b0d15d302265472e0bd722b..f7980686c1933fa06cb88d7b0f6f0526a76fee8f 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-29  Xinliang David Li  <davidxl@google.com>
+
+       * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
+       Remove a trivial gcc_assert.
+
 2013-08-29  Xinliang David Li  <davidxl@google.com>
 
        * tree-vect-slp.c (destroy_bb_vec_info): Data ref cleanup.
index 8bd8aeaefcb10a7d3b544756a751d6a4bff42d7f..230e302acf6db0aad00da0f48c22502c653df397 100644 (file)
@@ -763,7 +763,6 @@ vect_compute_data_ref_alignment (struct data_reference *dr)
           dump_generic_expr (MSG_NOTE, TDF_SLIM, ref);
         }
 
-      gcc_assert (dr->aux);
       ((dataref_aux *)dr->aux)->base_decl = base;
       ((dataref_aux *)dr->aux)->base_misaligned = true;
     }