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

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 7 21:39:31 PDT 2006



Changes in directory llvm/docs:

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

use the right escapes


---
Diffs of the changes:  (+3 -3)

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


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.144 llvm/docs/LangRef.html:1.145
--- llvm/docs/LangRef.html:1.144	Fri Apr  7 19:13:41 2006
+++ llvm/docs/LangRef.html	Fri Apr  7 23:39:19 2006
@@ -2662,8 +2662,8 @@
 <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 +3792,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 00:13:41 $
+  Last modified: $Date: 2006/04/08 04:39:19 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list