[PATCH] D26668: [OpenCL] Minor cleanup to access attributes on images

Joey Gouly via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 03:53:16 PST 2016


joey closed this revision.
joey added a comment.

Committed as r287100.



================
Comment at: test/SemaOpenCL/access-qualifier.cl:71
+
+#if __OPENCL_C_VERSION__ >= 200
+void myPipeWrite(write_only pipe int); // expected-note {{passing argument to parameter here}}
----------------
This was an unintentional test change, and was not committed.


Repository:
  rL LLVM

https://reviews.llvm.org/D26668





More information about the cfe-commits mailing list