Commit d01f346b by Martin Jambor Committed by Martin Jambor

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
parent 0ac168a1
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>
PR tree-optimization/52678
......
......@@ -1175,8 +1175,6 @@ build_accesses_from_assign (gimple stmt)
&& !lacc->grp_unscalarizable_region
&& !racc->grp_unscalarizable_region
&& AGGREGATE_TYPE_P (TREE_TYPE (lhs))
/* FIXME: Turn the following line into an assert after PR 40058 is
fixed. */
&& lacc->size == racc->size
&& useless_type_conversion_p (lacc->type, racc->type))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment