diff --git a/docs/LangRef.html b/docs/LangRef.html index 137046fb7ab..b7ddc3e17c8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -5890,7 +5890,8 @@ LLVM.

Syntax:

This is an overloaded intrinsic. You can use llvm.memcpy on any - integer bit width. Not all targets support all bit widths however.

+ integer bit width and for different address spaces. Not all targets support + all bit widths however.

   declare void @llvm.memcpy.i8(i8 * <dest>, i8 * <src>,
@@ -5938,7 +5939,8 @@ LLVM.

Syntax:

This is an overloaded intrinsic. You can use llvm.memmove on any integer bit - width. Not all targets support all bit widths however.

+ width and for different address space. Not all targets support all bit + widths however.

   declare void @llvm.memmove.i8(i8 * <dest>, i8 * <src>,
@@ -5988,7 +5990,8 @@ LLVM.

Syntax:

This is an overloaded intrinsic. You can use llvm.memset on any integer bit - width. Not all targets support all bit widths however.

+ width and for different address spaces. Not all targets support all bit + widths however.

   declare void @llvm.memset.i8(i8 * <dest>, i8 <val>,