aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2008-07-15 05:03:06 +0000
committerBen Elliston <bje@gcc.gnu.org>2008-07-15 15:03:06 +1000
commit6926c71318e0de2ffe0e4d0e24f0204e53806250 (patch)
treed9d94173edad144de63871f3193968fd324c7b3f /gcc/emit-rtl.c
parent8b9c88431f21e64bacd9c89f70f6417a5bac4ebb (diff)
downloadgcc-6926c71318e0de2ffe0e4d0e24f0204e53806250.zip
gcc-6926c71318e0de2ffe0e4d0e24f0204e53806250.tar.gz
gcc-6926c71318e0de2ffe0e4d0e24f0204e53806250.tar.bz2
* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
From-SVN: r137812
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r--gcc/emit-rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index 22c7979..658d50d 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. */