diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-08-27 00:05:57 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2005-08-27 00:05:57 +0200 |
commit | 24b7d7c318e883bedd854414ae4348cda673f8ad (patch) | |
tree | 5126a12a5b2e9bd5384faaef853775c770d3fb03 /gcc | |
parent | 435bb2a125f54edb565053b7c40afda765fe96bd (diff) | |
download | gcc-24b7d7c318e883bedd854414ae4348cda673f8ad.zip gcc-24b7d7c318e883bedd854414ae4348cda673f8ad.tar.gz gcc-24b7d7c318e883bedd854414ae4348cda673f8ad.tar.bz2 |
* rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
From-SVN: r103542
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/rtl.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 82f46a4..b2643c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-08-27 Jakub Jelinek <jakub@redhat.com> + + * rtl.h (MEM_IN_STRUCT_P): Fix comment typo. + 2005-08-26 Jakub Jelinek <jakub@redhat.com> PR rtl-optimization/23561 @@ -1043,7 +1043,7 @@ do { \ ASM_INPUT)->volatil) /* 1 if RTX is a mem that refers to an aggregate, either to the - aggregate itself of to a field of the aggregate. If zero, RTX may + aggregate itself or to a field of the aggregate. If zero, RTX may or may not be such a reference. */ #define MEM_IN_STRUCT_P(RTX) \ (RTL_FLAG_CHECK1("MEM_IN_STRUCT_P", (RTX), MEM)->in_struct) |