Remove a trivial assert (missed in previous checkin)

From-SVN: r202230
This commit is contained in:
Xinliang David Li 2013-09-03 19:11:10 +00:00 committed by Xinliang David Li
parent c716e67fa2
commit ae84e151dd
2 changed files with 5 additions and 1 deletions

View 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.

View 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;
}