1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-svn: 9610
This commit is contained in:
Chris Lattner 2003-10-30 04:35:26 +00:00
parent 1a2dbb22e3
commit e9b662b9fa

View File

@ -1606,7 +1606,7 @@ The type of the incoming values are specified with the first type field. After
this, the '<tt>phi</tt>' instruction takes a list of pairs as arguments, with
one pair for each predecessor basic block of the current block. Only values of
<a href="#t_firstclass">first class</a> type may be used as the value arguments
to the PHI node. Only labels be used as the label arguments.<p>
to the PHI node. Only labels may be used as the label arguments.<p>
There must be no non-phi instructions between the start of a basic block and the
PHI instructions: i.e. PHI instructions must be first in a basic block.<p>