aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-14 19:27:26 +0000
committerChris Lattner <sabre@nondot.org>2004-02-14 19:27:26 +0000
commit50c372b3d9a71d6663264328ca8fa3527e5d07a5 (patch)
tree3312352fef362ad09c82821e231b817717d7dafe /docs/LangRef.html
parent300d0eda6fe644a32c931a9c4eee02eebd289902 (diff)
downloadexternal_llvm-50c372b3d9a71d6663264328ca8fa3527e5d07a5.zip
external_llvm-50c372b3d9a71d6663264328ca8fa3527e5d07a5.tar.gz
external_llvm-50c372b3d9a71d6663264328ca8fa3527e5d07a5.tar.bz2
fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index e8c1f01..a3a0285 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -752,7 +752,7 @@ control flows to the '<tt>iffalse</tt>' <tt>label</tt> argument.</p>
Instruction</a> </div>
<div class="doc_text">
<h5>Syntax:</h5>
-<pre> switch uint &lt;value&gt;, label &lt;defaultdest&gt; [ int &lt;val&gt;, label &amp;dest&gt;, ... ]<br></pre>
+<pre> switch uint &lt;value&gt;, label &lt;defaultdest&gt; [ int &lt;val&gt;, label &lt;dest&gt;, ... ]<br></pre>
<h5>Overview:</h5>
<p>The '<tt>switch</tt>' instruction is used to transfer control flow
to one of several different places. It is a generalization of the '<tt>br</tt>'