mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9610 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f9e8a0f03f
commit
c7f1cfb1fd
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user