Skip to content

Commit

Permalink
doc bug spotted by apinski
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85372 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Oct 28, 2009
1 parent 5d81bef commit 46b3abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Passes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1787,8 +1787,8 @@
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>
Expand Down

0 comments on commit 46b3abc

Please sign in to comment.