Changes in directory llvm/docs:

LangRef.html updated: 1.230 -> 1.231
---
Log message:

Missing end tag. Thanks, Nick.


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

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


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.230 llvm/docs/LangRef.html:1.231
--- llvm/docs/LangRef.html:1.230        Wed Apr 11 18:26:07 2007
+++ llvm/docs/LangRef.html      Wed Apr 11 18:46:06 2007
@@ -4683,7 +4683,7 @@
 <p>In reverse mode, a similar computation is made except that the bits replaced
 wrap around to include both the highest and lowest bits. For example, if a
 16 bit value is being replaced then <tt>%lo=8</tt> and <tt>%hi=4</tt> would
-cause these bits to be set: <tt>0xFF1F.</p>
+cause these bits to be set: <tt>0xFF1F</tt>.</p>
 <h5>Examples:</h5>
 <pre>
   llvm.part.set(0xFFFF, 0, Y, 4, 7) -&gt; 0xFF0F
@@ -4730,7 +4730,7 @@
 
   <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br>
   <a href="http://llvm.org";>The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/04/11 23:26:07 $
+  Last modified: $Date: 2007/04/11 23:46:06 $
 </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