P4 to Git Change 1288089 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 17:56:13

SWDEV-3 - [Hexagon] Use MachineOperand::readsReg instead of isUse

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

	GitHash: 7993722a44b56787f0bf68895501a6f36d2aa8ea

Affected files ...

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


[ROCm/clr commit: 2c48978f49]
This commit is contained in:
foreman
2016-07-07 01:20:31 -04:00
orang tua 5ade44c4b3
melakukan 70548ca4ff
7 mengubah file dengan 82 tambahan dan 90 penghapusan
@@ -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;
}