Fix a self-memcpy which only breaks under Valgrind's memcpy
authorChandler Carruth <chandlerc@gmail.com>
Tue, 26 Nov 2013 00:44:36 +0000 (00:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 26 Nov 2013 00:44:36 +0000 (00:44 +0000)
commitb30824e1b97b9d2b4c8e11a5d684bef5b816b887
tree20724b4f0c24708a53b9ab2b026b55e74ba70634
parent8037485f166c333d82a1174d70121af0f488bce5
Fix a self-memcpy which only breaks under Valgrind's memcpy
implementation. Silliness, but it'll be a trivial performance
optimization. This should clear up a failure on the vg_leak bot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195704 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SmallPtrSet.cpp