Remove a trivial assert (missed in previous checkin)
From-SVN: r202230
This commit is contained in:
parent
c716e67fa2
commit
ae84e151dd
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user