Drop spurious break; NFC

llvm-svn: 328626
This commit is contained in:
Sven van Haastregt 2018-03-27 14:57:56 +00:00
parent eeee252d50
commit a93c5f5cbb
1 changed files with 0 additions and 1 deletions

View File

@ -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))