mirror of git://gcc.gnu.org/git/gcc.git
tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
2012-03-23 Martin Jambor <mjambor@suse.cz> * tree-sra.c (build_accesses_from_assign): Remove FIXME comment. From-SVN: r185735
This commit is contained in:
parent
0ac168a1cd
commit
d01f346b75
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-03-23 Martin Jambor <mjambor@suse.cz>
|
||||||
|
|
||||||
|
* tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
|
||||||
|
|
||||||
2012-03-23 Richard Guenther <rguenther@suse.de>
|
2012-03-23 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
PR tree-optimization/52678
|
PR tree-optimization/52678
|
||||||
|
|
|
||||||
|
|
@ -1175,8 +1175,6 @@ build_accesses_from_assign (gimple stmt)
|
||||||
&& !lacc->grp_unscalarizable_region
|
&& !lacc->grp_unscalarizable_region
|
||||||
&& !racc->grp_unscalarizable_region
|
&& !racc->grp_unscalarizable_region
|
||||||
&& AGGREGATE_TYPE_P (TREE_TYPE (lhs))
|
&& AGGREGATE_TYPE_P (TREE_TYPE (lhs))
|
||||||
/* FIXME: Turn the following line into an assert after PR 40058 is
|
|
||||||
fixed. */
|
|
||||||
&& lacc->size == racc->size
|
&& lacc->size == racc->size
|
||||||
&& useless_type_conversion_p (lacc->type, racc->type))
|
&& useless_type_conversion_p (lacc->type, racc->type))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue