aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorEric Fisher <joefoxreal@gmail.com>2009-05-17 22:10:36 +0000
committerBen Elliston <bje@gcc.gnu.org>2009-05-18 08:10:36 +1000
commitf133d4a2aa3f48c733e61c0d3b8873e11dc7c620 (patch)
tree7eafcc2af730b0305b8395cdf735a9053ca51a2a /gcc/doc
parent68aa6c59e5e1b54f6ff4ab11586494448a216c5b (diff)
downloadgcc-f133d4a2aa3f48c733e61c0d3b8873e11dc7c620.zip
gcc-f133d4a2aa3f48c733e61c0d3b8873e11dc7c620.tar.gz
gcc-f133d4a2aa3f48c733e61c0d3b8873e11dc7c620.tar.bz2
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tree-ssa.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi
index 659431b..1442ce6 100644
--- a/gcc/doc/tree-ssa.texi
+++ b/gcc/doc/tree-ssa.texi
@@ -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,