lowering a volatile llvm.memcpy to a libc memcpy is ok.
authorChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 20:11:45 +0000 (20:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 20:11:45 +0000 (20:11 +0000)
commit5c06a20814875d4b073204d5662491a4d00d7880
tree0c37d55c54fabfde65df2d9cd7553529db00be63
parentc4ae94dee8c9a07334de7ffd85c45893208cca77
lowering a volatile llvm.memcpy to a libc memcpy is ok.
PR6779

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100457 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp