Add support for the llvm.memmove intrinsic
authorChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2004 18:11:20 +0000 (18:11 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2004 18:11:20 +0000 (18:11 +0000)
commit2751e76a709738590242adce47a3b55bc77fd36d
treee575b5b0e3108e16ea50316249639c21425b236f
parent0eb51b440c4ea7eba82964047221e17758de2057
Add support for the llvm.memmove intrinsic

Patch graciously contributed by Reid Spencer!

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