From: NAKAMURA Takumi Date: Sun, 30 Nov 2014 00:32:02 +0000 (+0000) Subject: clang/test/CodeGenOpenCL/opencl_types.cl: Appease i686-msvc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=763bcb8e8819f6bec0c1e0515e0613b049dbd902;p=clang clang/test/CodeGenOpenCL/opencl_types.cl: Appease i686-msvc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222969 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenOpenCL/opencl_types.cl b/test/CodeGenOpenCL/opencl_types.cl index 86924ea3b1..71d1189e5f 100644 --- a/test/CodeGenOpenCL/opencl_types.cl +++ b/test/CodeGenOpenCL/opencl_types.cl @@ -37,4 +37,4 @@ kernel void foo(image1d_t img) { } void __attribute__((overloadable)) bad1(image1d_t *b, image2d_t *c, image2d_t *d) {} -// CHECK-LABEL: @{{_Z4bad1P11ocl_image1dP11ocl_image2dS2_|"\\01\?bad1@@YAXPEAPAUocl_image1d@@PEAPAUocl_image2d@@1@Z"}} +// CHECK-LABEL: @{{_Z4bad1P11ocl_image1dP11ocl_image2dS2_|"\\01\?bad1@@YAXPE?APAUocl_image1d@@PE?APAUocl_image2d@@1@Z"}}