P4 to Git Change 1288091 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 18:00:18

SWDEV-3 - [Hexagon] Revert r274381: that was actually wrong

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

	GitHash: 364f2492a3d31efedfec3127f78b0aa6c171bc4b

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/lib/Target/Hexagon/HexagonExpandCondsets.cpp#6 edit


[ROCm/clr commit: 1045e2c965]
This commit is contained in:
foreman
2016-07-07 02:02:02 -04:00
parent 898ab74cef
commit 51547a7dee
7 changed files with 82 additions and 90 deletions
@@ -619,7 +619,7 @@ PrintfDbgHSA::init(
// Copy offset and number of bytes available for printf data
// into the corresponding location in the debug buffer
dbgBuffer_->writeRawData(gpu, 0, initSize, sysMem, true);
dbgBuffer_->writeRawData(gpu, initSize, sysMem, true);
}
return true;
}