diff options
Diffstat (limited to 'test/Parser/opencl-image-access.cl')
-rw-r--r-- | test/Parser/opencl-image-access.cl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Parser/opencl-image-access.cl b/test/Parser/opencl-image-access.cl index 313587c..e08d129 100644 --- a/test/Parser/opencl-image-access.cl +++ b/test/Parser/opencl-image-access.cl @@ -1,7 +1,5 @@ // RUN: %clang_cc1 %s -fsyntax-only -typedef void* image2d_t; - __kernel void f__ro(__read_only image2d_t a) { } __kernel void f__wo(__write_only image2d_t a) { } |