public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* a mistake in gccint doc
@ 2009-05-15 16:34 Eric Fisher
  2009-05-15 23:16 ` Diego Novillo
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Fisher @ 2009-05-15 16:34 UTC (permalink / raw)
  To: gcc

Hello,

In 'SSA Operands' node, tree-ssa.texi, the original text are

"
For instance, given

@smallexample
@{
  int a, b;
  a = b
@}
@end smallexample

Since @code{a} and @code{b} are non-aliased locals, the statement
@code{a = b} will have one real definition and one real use because
variable @code{b} is completely modified with the contents of
variable @code{a}.  Real definition are also known as @dfn{killing
definitions}.  Similarly, the use of @code{a} reads all its bits.
"

I think it's a mistake between a and b. It should be,

"
variable @code{a} is completely modified with the contents of
variable @code{b}.  Real definition are also known as @dfn{killing
definitions}.  Similarly, the use of @code{b} reads all its bits.
"

Eric Fisher
May 15, 2009

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-16  3:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-15 16:34 a mistake in gccint doc Eric Fisher
2009-05-15 23:16 ` Diego Novillo
2009-05-16  9:29   ` Eric Fisher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).