mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 16:51:13 +08:00
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
This commit is contained in:
parent
f46ff79863
commit
b814cc0a2e
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user