]> granicus.if.org Git - clang/commit
[OpenCL] Fix typos in emitted enqueue kernel function names
authorYaxun Liu <Yaxun.Liu@amd.com>
Wed, 9 May 2018 17:07:06 +0000 (17:07 +0000)
committerYaxun Liu <Yaxun.Liu@amd.com>
Wed, 9 May 2018 17:07:06 +0000 (17:07 +0000)
commit113fcfe64759447788ca9c2f2fd9a59fa0e5a8a8
tree895c345428a476e5806fa703e1d7ab23b496acfd
parent263aec894dea2fcadafa70d11cffa4198ecf649b
[OpenCL] Fix typos in emitted enqueue kernel function names

Two typos:
vaarg => vararg
get_kernel_preferred_work_group_multiple => get_kernel_preferred_work_group_size_multiple

Differential Revision: https://reviews.llvm.org/D46601

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331895 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGenOpenCL/cl20-device-side-enqueue.cl