summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-15 05:03:06 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-15 05:03:06 +0000
commit310b57a1bbd9fb48d1e33db585ade0a137890bb2 (patch)
treed9d94173edad144de63871f3193968fd324c7b3f /gcc/emit-rtl.c
parentfa8d6bfd7635e810bf7a48747cac790bb4fed54f (diff)
downloadgcc-310b57a1bbd9fb48d1e33db585ade0a137890bb2.tar.gz
* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137812 138bc75d-0d04-0410-961f-82ee72b054a4
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 22c7979a773..658d50d25e4 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. */