P4 to Git Change 1288047 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 16:42:03

SWDEV-3 - function_refify. NFC.

	While there use emplace_back to create an expensive pair.

	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274344 91177308-0d34-0410-b5e6-96231b3b80d8

	GitHash: fc44a8b1e44b1856f9b1c6cf42599710d8b69240

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/include/llvm/Object/IRObjectFile.h#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/lib/Object/IRObjectFile.cpp#2 edit
This commit is contained in:
foreman
2016-07-06 23:37:42 -04:00
rodzic b60c68d5e7
commit 748eb2070b
7 zmienionych plików z 82 dodań i 90 usunięć
+1 -1
Wyświetl plik
@@ -2678,7 +2678,7 @@ KernelBlitManager::writeRawData(
const void* data
) const
{
static_cast<pal::Memory&>(memory).writeRawData(gpu(), 0, size, data, false);
static_cast<pal::Memory&>(memory).writeRawData(gpu(), size, data, false);
synchronize();
}