summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-08 04:40:53 +0000
committerChris Lattner <sabre@nondot.org>2006-04-08 04:40:53 +0000
commit93564892669cee8da641976a10f23294ae918d16 (patch)
tree73cb74ce4dd47f9096af1526c3afb5cd311a27e4 /llvm
parent24229d487acfe6d21fb22fa9c4b32536c7ae6e85 (diff)
downloadbcm5719-llvm-93564892669cee8da641976a10f23294ae918d16.tar.gz
bcm5719-llvm-93564892669cee8da641976a10f23294ae918d16.zip
Wrap long lines, fix verification error
llvm-svn: 27531
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index e3b04c0e063..af50b9c6b45 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -585,7 +585,7 @@ a power of 2.</p>
<!-- ======================================================================= -->
<div class="doc_subsection">
- <a name="moduleasm">Module-Level Inline Assembly</a></li>
+ <a name="moduleasm">Module-Level Inline Assembly</a>
</div>
<div class="doc_text">
@@ -2662,8 +2662,10 @@ operand may be undef if performing a shuffle from only one vector.
<h5>Example:</h5>
<pre>
- %result = shufflevector &lt;4 x int&gt; %v1, &lt;4 x int&gt; %v2, &lt;4 x uint&gt; &lt;uint 0, uint 4, uint 1, uint 5&gt; <i>; yields &lt;4 x int&gt;</i>
- %result = shufflevector &lt;4 x int&gt; %v1, &lt;4 x int&gt; undef, &lt;4 x uint&gt; &lt;uint 0, uint 1, uint 2, uint 3&gt; <i>; yields &lt;4 x int&gt;</i> - Identity shuffle.
+ %result = shufflevector &lt;4 x int&gt; %v1, &lt;4 x int&gt; %v2,
+ &lt;4 x uint&gt; &lt;uint 0, uint 4, uint 1, uint 5&gt; <i>; yields &lt;4 x int&gt;</i>
+ %result = shufflevector &lt;4 x int&gt; %v1, &lt;4 x int&gt; undef,
+ &lt;4 x uint&gt; &lt;uint 0, uint 1, uint 2, uint 3&gt; <i>; yields &lt;4 x int&gt;</i> - Identity shuffle.
</pre>
</div>
OpenPOWER on IntegriCloud