Use llvm::copy. NFC
llvm-svn: 347126
This commit is contained in:
@@ -4026,7 +4026,7 @@ void ModuleBitcodeWriter::writeModuleHash(size_t BlockStartPos) {
|
||||
|
||||
if (ModHash)
|
||||
// Save the written hash value.
|
||||
std::copy(std::begin(Vals), std::end(Vals), std::begin(*ModHash));
|
||||
llvm::copy(Vals, std::begin(*ModHash));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user