This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH,tree-ssa,doc] Fix wording in and provide index for 'PHI nodes'


Hi,

The attached patch adds an index for 'PHI nodes' to make it easier to
find the corresponding documentation. Also it improves the wording a
little bit.

Tested with make info.
Ok for trunk?

gcc/ChangeLog
2008-01-27  Bernhard Fischer  <>

	* doc/tree-ssa.texi: Add findex PHI nodes and improve wording.

Index: gcc/doc/tree-ssa.texi
===================================================================
--- gcc/doc/tree-ssa.texi	(revision 131883)
+++ gcc/doc/tree-ssa.texi	(working copy)
@@ -1198,7 +1198,8 @@ the version number and the statement tha
 @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
+@findex 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]