Skip to content

Commit fc60a98

Browse files
author
Chandra Ghale
committed
fix formatting
1 parent ca5e6f2 commit fc60a98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/CodeGen/CGStmtOpenMP.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8006,7 +8006,6 @@ void CodeGenFunction::EmitOMPMaskedTaskLoopDirective(
80068006
CGM.getOpenMPRuntime().emitMaskedRegion(*this, CodeGen, S.getBeginLoc());
80078007
}
80088008

8009-
80108009
void 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-
80358033
void 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-
80728069
void 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.
81108106
void CodeGenFunction::EmitOMPTargetUpdateDirective(
81118107
const OMPTargetUpdateDirective &S) {

0 commit comments

Comments
 (0)