@@ -8006,7 +8006,6 @@ void CodeGenFunction::EmitOMPMaskedTaskLoopDirective(
80068006 CGM.getOpenMPRuntime ().emitMaskedRegion (*this , CodeGen, S.getBeginLoc ());
80078007}
80088008
8009-
80108009void CodeGenFunction::EmitOMPMasterTaskLoopSimdDirective (
80118010 const OMPMasterTaskLoopSimdDirective &S) {
80128011 auto &&CodeGen = [this , &S](CodeGenFunction &CGF, PrePostActionTy &Action) {
@@ -8031,7 +8030,6 @@ void CodeGenFunction::EmitOMPMaskedTaskLoopSimdDirective(
80318030 CGM.getOpenMPRuntime ().emitMaskedRegion (*this , CodeGen, S.getBeginLoc ());
80328031}
80338032
8034-
80358033void CodeGenFunction::EmitOMPParallelMasterTaskLoopDirective (
80368034 const OMPParallelMasterTaskLoopDirective &S) {
80378035 auto &&CodeGen = [this , &S](CodeGenFunction &CGF, PrePostActionTy &Action) {
@@ -8068,7 +8066,6 @@ void CodeGenFunction::EmitOMPParallelMaskedTaskLoopDirective(
80688066 emitEmptyBoundParameters);
80698067}
80708068
8071-
80728069void CodeGenFunction::EmitOMPParallelMasterTaskLoopSimdDirective (
80738070 const OMPParallelMasterTaskLoopSimdDirective &S) {
80748071 auto &&CodeGen = [this , &S](CodeGenFunction &CGF, PrePostActionTy &Action) {
@@ -8105,7 +8102,6 @@ void CodeGenFunction::EmitOMPParallelMaskedTaskLoopSimdDirective(
81058102 emitEmptyBoundParameters);
81068103}
81078104
8108-
81098105// Generate the instructions for '#pragma omp target update' directive.
81108106void CodeGenFunction::EmitOMPTargetUpdateDirective (
81118107 const OMPTargetUpdateDirective &S) {
0 commit comments