From: Bernhard Fischer Date: Mon, 28 Jan 2008 21:08:51 +0000 (+0100) Subject: tree-ssa.texi: Add cindex PHI nodes and improve wording. X-Git-Tag: releases/gcc-4.3.0~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b814cc0a2e8608939993e4f19768c3aaeb660bde;p=thirdparty%2Fgcc.git tree-ssa.texi: Add cindex PHI nodes and improve wording. 2008-01-28 Bernhard Fischer * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording. From-SVN: r131921 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dc9e83a4f939..1f6253215bb7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-01-28 Bernhard Fischer + + * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording. + 2008-01-28 Bernhard Fischer * config/vx-common.h: Fix typo in comment. diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi index fcbee88fbe34..8cd845216f6a 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