* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.

From-SVN: r137812
This commit is contained in:
Ben Elliston 2008-07-15 05:03:06 +00:00 committed by Ben Elliston
parent 8b9c88431f
commit 6926c71318
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-15 Ben Elliston <bje@au.ibm.com>
* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
2007-07-14 Rafael Avila de Espindola <espindola@google.com>
* c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING

View File

@ -1486,7 +1486,7 @@ mem_expr_equal_p (const_tree expr1, const_tree expr2)
return 0;
}
/* Given REF, a MEM, and T, either the type of X or the expression
/* Given REF (a MEM) and T, either the type of X or the expression
corresponding to REF, set the memory attributes. OBJECTP is nonzero
if we are making a new object of this type. BITPOS is nonzero if
there is an offset outstanding on T that will be applied later. */