* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
authorBen Elliston <bje@au.ibm.com>
Tue, 15 Jul 2008 05:03:06 +0000 (05:03 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 15 Jul 2008 05:03:06 +0000 (15:03 +1000)
From-SVN: r137812

gcc/ChangeLog
gcc/emit-rtl.c

index b828d37728a1fef9eda48ed505a342b34139b0f3..32438121f14615e25ea48c94282cc01af25b9b01 100644 (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
index 22c7979a7736140b17576a74396c790b511c701f..658d50d25e4f5e7a7123216110b2ade913a6acf6 100644 (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.  */