[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Sun Apr 1 17:20:09 PDT 2007
Changes in directory llvm/docs:
LangRef.html updated: 1.222 -> 1.223
---
Log message:
Fix some bswap typos that Chris noticed.
---
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.222 llvm/docs/LangRef.html:1.223
--- llvm/docs/LangRef.html:1.222 Sun Apr 1 14:00:37 2007
+++ llvm/docs/LangRef.html Sun Apr 1 19:19:52 2007
@@ -4438,13 +4438,13 @@
<pre>
declare i16 @llvm.bswap.i16.i16(i16 <id>)
declare i32 @llvm.bswap.i32.i32(i32 <id>)
- declare i64 @llvm.bswap.i64.i32(i64 <id>)
+ declare i64 @llvm.bswap.i64.i64(i64 <id>)
</pre>
<h5>Overview:</h5>
<p>
-The '<tt>llvm.bwsap</tt>' family of intrinsics is used to byteswap integer
+The '<tt>llvm.bwsap</tt>' family of intrinsics is used to byte swap integer
values with an even number of bytes (positive multiple of 16 bits). These are
useful for performing operations on data that is not in the target's native
byte order.
@@ -4996,7 +4996,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/01 19:00:37 $
+ Last modified: $Date: 2007/04/02 00:19:52 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list