* doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
From-SVN: r49867
This commit is contained in:
parent
77f6c1eb3a
commit
2df3a718da
@ -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>
|
2002-02-19 Ryan T. Sammartino <ryants@shaw.ca>
|
||||||
|
|
||||||
* doc/invoke.texi: explicitly list the style guidelines that
|
* doc/invoke.texi: explicitly list the style guidelines that
|
||||||
|
@ -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
|
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
|
to be a member of a structure, union, or array. Zero for such
|
||||||
references and for indirections through pointers, even pointers pointing
|
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
|
to scalar types. If both this flag and @code{MEM_IN_STRUCT_P} are clear,
|
||||||
don't know whether this @code{mem} is in a structure or not. Both flags should
|
then we don't know whether this @code{mem} is in a structure or not.
|
||||||
never be simultaneously set.
|
Both flags should never be simultaneously set.
|
||||||
Stored in the @code{frame_related} field and printed as @samp{/f}.
|
Stored in the @code{frame_related} field and printed as @samp{/f}.
|
||||||
|
|
||||||
@findex MEM_VOLATILE_P
|
@findex MEM_VOLATILE_P
|
||||||
|
Loading…
Reference in New Issue
Block a user