diff options
author | Gaute B Strokkenes <gs234@cam.ac.uk> | 2002-02-19 17:27:12 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2002-02-19 17:27:12 +0000 |
commit | 2df3a718da195deeb988d15f540f522b9e4a54cb (patch) | |
tree | 679a2ec3b4a89084873cbc1e6b99e5f3e90bf2d1 /gcc | |
parent | 77f6c1eb3a281809781471ad479cc3ab6e70a1f5 (diff) | |
download | gcc-2df3a718da195deeb988d15f540f522b9e4a54cb.zip gcc-2df3a718da195deeb988d15f540f522b9e4a54cb.tar.gz gcc-2df3a718da195deeb988d15f540f522b9e4a54cb.tar.bz2 |
* doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
From-SVN: r49867
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/rtl.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9de70ed..a09d444 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk> + + * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo. + 2002-02-19 Ryan T. Sammartino <ryants@shaw.ca> * doc/invoke.texi: explicitly list the style guidelines that diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 07fdede..b523aa4 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -501,9 +501,9 @@ Stored in the @code{jump} field and printed as @samp{/j}. In @code{mem} expressions, nonzero for reference to a scalar known not to be a member of a structure, union, or array. Zero for such references and for indirections through pointers, even pointers pointing -to scalar types. If both this flag and @code{MEM_STRUCT_P} are clear, then we -don't know whether this @code{mem} is in a structure or not. Both flags should -never be simultaneously set. +to scalar types. If both this flag and @code{MEM_IN_STRUCT_P} are clear, +then we don't know whether this @code{mem} is in a structure or not. +Both flags should never be simultaneously set. Stored in the @code{frame_related} field and printed as @samp{/f}. @findex MEM_VOLATILE_P |