summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-01-25 15:05:56 +0000
committerDan Gohman <dan433584@gmail.com>2016-01-25 15:05:56 +0000
commit5016c0f99d2cf8b716337b56a471a2f5f6f6f73d (patch)
tree1bdf2265647d66cf447c0f838c6181d1fbe6ce23 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
parent121de0bcfaf321bc39366cd7b2b31b80e2c157c6 (diff)
downloadbcm5719-llvm-5016c0f99d2cf8b716337b56a471a2f5f6f6f73d.tar.gz
bcm5719-llvm-5016c0f99d2cf8b716337b56a471a2f5f6f6f73d.zip
[SelectionDAG] Use the correct return type for memcpy, memmove, and memset.
When generating calls to memcpy, memmove, and memset, use void* as the return type rather than void, to match the standard signatures for these functions. This has no practical effect for most targets, since the return values of these calls aren't being used anyway, and most calling conventions tolerate this kind of mismatch. However, this change will help support future optimizations to utilize the return value to avoid holding the argument value live across a call. llvm-svn: 258691
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud