From: Ben Elliston Date: Tue, 15 Jul 2008 05:03:06 +0000 (+0000) Subject: * emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment. X-Git-Tag: releases/gcc-4.4.0~3849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6926c71318e0de2ffe0e4d0e24f0204e53806250;p=thirdparty%2Fgcc.git * emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment. From-SVN: r137812 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b828d37728a1..32438121f146 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-15 Ben Elliston + + * emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment. + 2007-07-14 Rafael Avila de Espindola * c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 22c7979a7736..658d50d25e4f 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -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. */