[PATCH] D66512: [OpenCL] Fix declaration of enqueue_marker
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 22 04:22:14 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369641: [OpenCL] Fix declaration of enqueue_marker (authored by yaxunl, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D66512?vs=216319&id=216582#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66512/new/
https://reviews.llvm.org/D66512
Files:
cfe/trunk/lib/Headers/opencl-c.h
Index: cfe/trunk/lib/Headers/opencl-c.h
===================================================================
--- cfe/trunk/lib/Headers/opencl-c.h
+++ cfe/trunk/lib/Headers/opencl-c.h
@@ -15350,7 +15350,7 @@
ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3]);
ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3], const size_t[3]);
-int __ovld enqueue_marker(queue_t, uint, const __private clk_event_t*, __private clk_event_t*);
+int __ovld enqueue_marker(queue_t, uint, const clk_event_t*, clk_event_t*);
void __ovld retain_event(clk_event_t);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66512.216582.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190822/8d4712cc/attachment.bin>
More information about the cfe-commits
mailing list