Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941.

llvm-svn: 222956
This commit is contained in:
NAKAMURA Takumi 2014-11-29 17:27:07 +00:00
parent 73e2c0d856
commit c3ee2c5a77
1 changed files with 1 additions and 1 deletions

View File

@ -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_
// CHECK-LABEL: @{{_Z4bad1P11ocl_image1dP11ocl_image2dS2_|"\\01\?bad1@@YAXPEAPAUocl_image1d@@PEAPAUocl_image2d@@1@Z"}}