PR14896: Handle memcpy from constant string where the memcpy size is larger than...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jan 2013 22:13:27 +0000 (22:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jan 2013 22:13:27 +0000 (22:13 +0000)
commit4ff23d09fa49d4ad68b4613114a743771df21df3
tree7dd4328dd2a9b9a118b6c09d05a3c7cc98e86a71
parent81bfd711de84310232354dcc971b8ec45206716a
PR14896: Handle memcpy from constant string where the memcpy size is larger than the string size.

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