Add support for memcpy and memmove intrinsics. Why isn't the cwriter using
authorChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2004 23:13:33 +0000 (23:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2004 23:13:33 +0000 (23:13 +0000)
commitf8cd9148f9602d2df3325b830edb865b3e96c77c
tree8e11e285d6871c090528434af15673711feb3f3c
parent3bc657934fefb33fffe86755287480369a8fc2ba
Add support for memcpy and memmove intrinsics.  Why isn't the cwriter using
the intrinsiclowering code?? :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11362 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp