[llvm-commits] [llvm] r85372 - /llvm/trunk/docs/Passes.html
Chris Lattner
sabre at nondot.org
Tue Oct 27 21:47:06 PDT 2009
Author: lattner
Date: Tue Oct 27 23:47:06 2009
New Revision: 85372
URL: http://llvm.org/viewvc/llvm-project?rev=85372&view=rev
Log:
doc bug spotted by apinski
Modified:
llvm/trunk/docs/Passes.html
Modified: llvm/trunk/docs/Passes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Passes.html?rev=85372&r1=85371&r2=85372&view=diff
==============================================================================
--- llvm/trunk/docs/Passes.html (original)
+++ llvm/trunk/docs/Passes.html Tue Oct 27 23:47:06 2009
@@ -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>
More information about the llvm-commits
mailing list