doc bug spotted by apinski

llvm-svn: 85372
This commit is contained in:
Chris Lattner 2009-10-28 04:47:06 +00:00
parent 2cb85b4020
commit c750bb62ac
1 changed files with 2 additions and 2 deletions

View File

@ -1787,8 +1787,8 @@ if (X &lt; 3) {</pre>
integrals f.e.</li>
<li>All of the constants in a switch statement are of the correct type.</li>
<li>The code is in valid SSA form.</li>
<li>It should be illegal to put a label into any other type (like a
structure) or to return one. [except constant arrays!]</li>
<li>It is illegal to put a label into any other type (like a structure) or
to return one.</li>
<li>Only phi nodes can be self referential: <tt>%x = add i32 %x, %x</tt> is
invalid.</li>
<li>PHI nodes must have an entry for each predecessor, with no extras.</li>