Changes in directory llvm/docs:

LangRef.html updated: 1.145 -> 1.146
---
Log message:

Wrap long lines, fix verification error


---
Diffs of the changes:  (+6 -4)

 LangRef.html |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.145 llvm/docs/LangRef.html:1.146
--- llvm/docs/LangRef.html:1.145        Fri Apr  7 23:39:19 2006
+++ llvm/docs/LangRef.html      Fri Apr  7 23:40:53 2006
@@ -585,7 +585,7 @@
 
 <!-- ======================================================================= 
-->
 <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 @@
 <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>
 
@@ -3792,7 +3794,7 @@
 
   <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br>
   <a href="http://llvm.org";>The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/04/08 04:39:19 $
+  Last modified: $Date: 2006/04/08 04:40:53 $
 </address>
 </body>
 </html>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to