Commit f133d4a2 by Eric Fisher Committed by Ben Elliston

tree-ssa.texi (SSA Operands): Fix a mistake.

2009-05-18  Eric Fisher  <joefoxreal@gmail.com>
	* doc/tree-ssa.texi (SSA Operands): Fix a mistake.

From-SVN: r147644
parent 68aa6c59
2009-05-18 Eric Fisher <joefoxreal@gmail.com>
* doc/tree-ssa.texi (SSA Operands): Fix a mistake.
2009-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR c/40172
......
......@@ -108,9 +108,9 @@ full object that they represent. For instance, given
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.
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.
In contrast, virtual operands are used with variables that can have
a partial or ambiguous reference. This includes structures, arrays,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment