Add support for the llvm.memmove intrinsic.

Patch graciously contributed by Reid Spencer!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-02-12 18:10:10 +00:00
parent 5ab827ff4a
commit 0eb51b440c
2 changed files with 50 additions and 1 deletions

View File

@@ -45,7 +45,9 @@ namespace Intrinsic {
dbg_declare, // Declare a local object
// Standard libc functions...
memcpy,
memcpy, // Used to copy non-overlapping memory blocks
memmove, // Used to copy overlapping memory blocks
// Standard libm functions...