tree-sra.c (build_ref_for_offset_1): Remove a comment.

2009-10-30  Martin Jambor  <mjambor@suse.cz>

	* tree-sra.c (build_ref_for_offset_1): Remove a comment.

From-SVN: r153751
This commit is contained in:
Martin Jambor 2009-10-30 15:38:48 +01:00 committed by Martin Jambor
parent 890b9b966c
commit 3d158124d5
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-10-30 Martin Jambor <mjambor@suse.cz>
* tree-sra.c (build_ref_for_offset_1): Remove a comment.
2009-10-30 H.J. Lu <hongjiu.lu@intel.com>
PR target/40836

View File

@ -1231,8 +1231,6 @@ build_ref_for_offset_1 (tree *res, tree type, HOST_WIDE_INT offset,
case UNION_TYPE:
case QUAL_UNION_TYPE:
case RECORD_TYPE:
/* ??? Some records used to be half-unions in Ada so the code treats
the 3 container types the same. This has been fixed in Ada. */
for (fld = TYPE_FIELDS (type); fld; fld = TREE_CHAIN (fld))
{
HOST_WIDE_INT pos, size;