[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Wed Apr 11 16:26:24 PDT 2007
Changes in directory llvm/docs:
LangRef.html updated: 1.229 -> 1.230
---
Log message:
Put period inside the paragraph!
---
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.229 llvm/docs/LangRef.html:1.230
--- llvm/docs/LangRef.html:1.229 Wed Apr 11 18:23:49 2007
+++ llvm/docs/LangRef.html Wed Apr 11 18:26:07 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.</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:23:49 $
+ Last modified: $Date: 2007/04/11 23:26:07 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list