aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBernhard Fischer <aldot@gcc.gnu.org>2008-01-28 22:08:51 +0100
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2008-01-28 22:08:51 +0100
commitb814cc0a2e8608939993e4f19768c3aaeb660bde (patch)
treeb8eeb1b02be35c84d5642dfaa1b7c4d2da77b972 /gcc
parentf46ff79863073cb6379fc316b8a5b0a9d5ce3d1b (diff)
downloadgcc-b814cc0a2e8608939993e4f19768c3aaeb660bde.zip
gcc-b814cc0a2e8608939993e4f19768c3aaeb660bde.tar.gz
gcc-b814cc0a2e8608939993e4f19768c3aaeb660bde.tar.bz2
tree-ssa.texi: Add cindex PHI nodes and improve wording.
2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org> * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording. From-SVN: r131921
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/tree-ssa.texi3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index dc9e83a..1f62532 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
+ * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording.
+
+2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
+
* config/vx-common.h: Fix typo in comment.
2008-01-28 Ian Lance Taylor <iant@google.com>
diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi
index fcbee88..8cd8452 100644
--- a/gcc/doc/tree-ssa.texi
+++ b/gcc/doc/tree-ssa.texi
@@ -1198,7 +1198,8 @@ the version number and the statement that created the
@code{SSA_NAME}. Only definitions and virtual definitions may
create new @code{SSA_NAME} nodes.
-Sometimes, flow of control makes it impossible to determine what is the
+@cindex PHI nodes
+Sometimes, flow of control makes it impossible to determine the
most recent version of a variable. In these cases, the compiler
inserts an artificial definition for that variable called
@dfn{PHI function} or @dfn{PHI node}. This new definition merges