Update langref for memcpy, memmove, and memset
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100611 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 137046f..b7ddc3e 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -5890,7 +5890,8 @@
<h5>Syntax:</h5>
<p>This is an overloaded intrinsic. You can use <tt>llvm.memcpy</tt> on any
- integer bit width. Not all targets support all bit widths however.</p>
+ integer bit width and for different address spaces. Not all targets support
+ all bit widths however.</p>
<pre>
declare void @llvm.memcpy.i8(i8 * <dest>, i8 * <src>,
@@ -5938,7 +5939,8 @@
<h5>Syntax:</h5>
<p>This is an overloaded intrinsic. You can use llvm.memmove on any integer bit
- width. Not all targets support all bit widths however.</p>
+ width and for different address space. Not all targets support all bit
+ widths however.</p>
<pre>
declare void @llvm.memmove.i8(i8 * <dest>, i8 * <src>,
@@ -5988,7 +5990,8 @@
<h5>Syntax:</h5>
<p>This is an overloaded intrinsic. You can use llvm.memset on any integer bit
- width. Not all targets support all bit widths however.</p>
+ width and for different address spaces. Not all targets support all bit
+ widths however.</p>
<pre>
declare void @llvm.memset.i8(i8 * <dest>, i8 <val>,