forked from OSchip/llvm-project
parent
eeee252d50
commit
a93c5f5cbb
|
@ -1209,7 +1209,6 @@ Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID,
|
|||
if (SemaOpenCLBuiltinKernelWorkGroupSize(*this, TheCall))
|
||||
return ExprError();
|
||||
break;
|
||||
break;
|
||||
case Builtin::BIget_kernel_max_sub_group_size_for_ndrange:
|
||||
case Builtin::BIget_kernel_sub_group_count_for_ndrange:
|
||||
if (SemaOpenCLBuiltinNDRangeAndBlock(*this, TheCall))
|
||||
|
|
Loading…
Reference in New Issue