mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 03:05:15 +00:00
fix typeo
llvm-svn: 11446
This commit is contained in:
parent
1248c8a7f7
commit
49c1f92c5c
@ -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 <value>, label <defaultdest> [ int <val>, label &dest>, ... ]<br></pre>
|
||||
<pre> switch uint <value>, label <defaultdest> [ int <val>, label <dest>, ... ]<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>'
|
||||
|
Loading…
x
Reference in New Issue
Block a user