emit-rtl.c (set_mem_attributes_minus_bitpos): Remove alignment computations and rely...
commit30b0317cb922423802443127f526c7bfd4bbb61f
authorRichard Biener <rguenther@suse.de>
Tue, 26 Mar 2013 09:14:59 +0000 (26 09:14 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 26 Mar 2013 09:14:59 +0000 (26 09:14 +0000)
tree6e163de4f8776d1d4ec960e026bfa6b63c52a023
parentcbcdb1406c417b53e8a8845ce431ad9492cae644
emit-rtl.c (set_mem_attributes_minus_bitpos): Remove alignment computations and rely on get_object_alignment_1 for the...

2013-03-26  Richard Biener  <rguenther@suse.de>

* emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
alignment computations and rely on get_object_alignment_1
for the !TYPE_P case.
Commonize DECL/COMPONENT_REF handling in the ARRAY_REF path.

From-SVN: r197095
gcc/ChangeLog
gcc/emit-rtl.c