P4 to Git Change 1288141 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 19:16:54

SWDEV-3 - [PM] Fix a small typo from when I ported JumpThreading

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

	GitHash: ea9886a5909183770b8d0baa9061150adf664b1a

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/lib/Transforms/Scalar/JumpThreading.cpp#2 edit
This commit is contained in:
foreman
2016-07-07 01:24:03 -04:00
parent 2c48978f49
commit cba6feb4eb
7 changed files with 91 additions and 83 deletions
+1 -1
View File
@@ -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, initSize, sysMem, true);
dbgBuffer_->writeRawData(gpu, 0, initSize, sysMem, true);
}
return true;
}