remove another pointless noalias check: M is a memcpy, so the
authorChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2010 07:39:57 +0000 (07:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2010 07:39:57 +0000 (07:39 +0000)
commit12f7085027657957e08aea597b5c9fed44052969
tree2e5000711178fc8cbe0edd66ed6dea2af43fe6c3
parent245b7f6ec26a8d27c984da4cceb7cfc27abcba6b
remove another pointless noalias check: M is a memcpy, so the
source and dest are known to not overlap.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119692 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/MemCpyOptimizer.cpp