summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-28 04:47:06 +0000
committerChris Lattner <sabre@nondot.org>2009-10-28 04:47:06 +0000
commitc750bb62acbc83600e559821b06d92df64bb9413 (patch)
treeba769a5cd2f02ef6582020d87860ef65db22c4da /llvm/docs
parent2cb85b4020f38bdf81d7de92eac012973cbfd4eb (diff)
downloadbcm5719-llvm-c750bb62acbc83600e559821b06d92df64bb9413.tar.gz
bcm5719-llvm-c750bb62acbc83600e559821b06d92df64bb9413.zip
doc bug spotted by apinski
llvm-svn: 85372
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Passes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Passes.html b/llvm/docs/Passes.html
index 36e0419ad28..bbf6b3dc943 100644
--- a/llvm/docs/Passes.html
+++ b/llvm/docs/Passes.html
@@ -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>
OpenPOWER on IntegriCloud