[llvm-commits] CVS: llvm/docs/LangRef.html

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 7 21:41:06 PDT 2006



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 <4 x int> %v1, <4 x int> %v2, <4 x uint> <uint 0, uint 4, uint 1, uint 5>    <i>; yields <4 x int></i>
-  %result = shufflevector <4 x int> %v1, <4 x int> undef, <4 x uint> <uint 0, uint 1, uint 2, uint 3>  <i>; yields <4 x int></i> - Identity shuffle.
+  %result = shufflevector <4 x int> %v1, <4 x int> %v2, 
+                          <4 x uint> <uint 0, uint 4, uint 1, uint 5>    <i>; yields <4 x int></i>
+  %result = shufflevector <4 x int> %v1, <4 x int> undef, 
+                          <4 x uint> <uint 0, uint 1, uint 2, uint 3>  <i>; yields <4 x int></i> - Identity shuffle.
 </pre>
 </div>
 
@@ -3792,7 +3794,7 @@
 
   <a href="mailto:sabre at nondot.org">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>






More information about the llvm-commits mailing list