tree-ssa.texi (SSA Operands): Fix a mistake.
authorEric Fisher <joefoxreal@gmail.com>
Sun, 17 May 2009 22:10:36 +0000 (22:10 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Sun, 17 May 2009 22:10:36 +0000 (08:10 +1000)
2009-05-18  Eric Fisher  <joefoxreal@gmail.com>
* doc/tree-ssa.texi (SSA Operands): Fix a mistake.

From-SVN: r147644

gcc/ChangeLog
gcc/doc/tree-ssa.texi

index e855a7152f07c109b8e773a6ccbccb4a42f4f8e0..9b189f020570b199a2cd1db8b85a7f1eea2bfb72 100644 (file)
@@ -1,3 +1,7 @@
+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
index 659431b0274ee61bcb8aeea6cc53c34d9b175b88..1442ce6f5b51c2ea48e8d3a85e8e253e38bf56ec 100644 (file)
@@ -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,