[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Wed Apr 11 16:46:24 PDT 2007
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) -> 0xFF0F
@@ -4730,7 +4730,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: 2007/04/11 23:26:07 $
+ Last modified: $Date: 2007/04/11 23:46:06 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list