doc bug spotted by apinski
authorChris Lattner <sabre@nondot.org>
Wed, 28 Oct 2009 04:47:06 +0000 (04:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Oct 2009 04:47:06 +0000 (04:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85372 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Passes.html

index 36e0419ad283175f39eeea93761fd9c118cf1a0a..bbf6b3dc943b217bdb50e8661d94e9b68faed3d6 100644 (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>