From: J"orn Rennecke Date: Thu, 25 Jul 2002 18:00:38 +0000 (+0000) Subject: rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN, SIZE, EXPR and OFFSET. X-Git-Tag: releases/gcc-3.3.0~3635 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=184166b569fe7bfadaed88086b6e3cf29ae0c858;p=thirdparty%2Fgcc.git rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN, SIZE, EXPR and OFFSET. * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN, SIZE, EXPR and OFFSET. From-SVN: r55753 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef6b358992ff..fcd71589324d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 25 18:57:50 2002 J"orn Rennecke + + * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN, + SIZE, EXPR and OFFSET. + 2002-07-25 Richard Henderson * emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos diff --git a/gcc/rtl.h b/gcc/rtl.h index 9490dd7fb8b6..f14465f22359 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -89,6 +89,9 @@ typedef struct so MEMs that the same attributes share a data structure. This means they cannot be modified in place. If any element is nonzero, it means the value of the corresponding attribute is unknown. */ +/* ALIGN and SIZE are the alignment and size of the MEM itself, + while EXPR can describe a larger underlying object, which might have a + stricter alignment; OFFSET is the offset of the MEM within that object. */ typedef struct mem_attrs GTY(()) { HOST_WIDE_INT alias; /* Memory alias set. */