Implement the llvm.memcpy intrinsic
authorChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2004 17:01:09 +0000 (17:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2004 17:01:09 +0000 (17:01 +0000)
commit5fe51cc2c46afca64638597cdef3bdafa6cd0a8c
tree68f795da62197fb9a13fb3340a315ae789104074
parent2a90ba60175f93e7438165d8423100aa573c16c5
Implement the llvm.memcpy intrinsic

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11349 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/IntrinsicLowering.cpp
lib/VMCore/Function.cpp
lib/VMCore/IntrinsicLowering.cpp
lib/VMCore/Verifier.cpp