diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-15 05:03:06 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-15 05:03:06 +0000 |
commit | 310b57a1bbd9fb48d1e33db585ade0a137890bb2 (patch) | |
tree | d9d94173edad144de63871f3193968fd324c7b3f /gcc/emit-rtl.c | |
parent | fa8d6bfd7635e810bf7a48747cac790bb4fed54f (diff) | |
download | gcc-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.c | 2 |
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. */ |