Make SmallVector's grow use memcpy in common cases
instead of std::uninitialized_copy, which uses memmove. llvm-svn: 52928
Loading
Please register or sign in to comment
instead of std::uninitialized_copy, which uses memmove. llvm-svn: 52928