Skip to content

Commit 3fe745d

Browse files
committed
Remove inadvertant TODO/commented out code
1 parent 3694043 commit 3fe745d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

clang/lib/CIR/CodeGen/CIRGenOpenACCRecipe.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,6 @@ class OpenACCRecipeBuilder : OpenACCRecipeBuilderBase {
216216
origType, /*emitInitExpr=*/false);
217217
createFirstprivateRecipeCopy(loc, locEnd, mainOp, varRecipe, temporary,
218218
recipe.getCopyRegion(), numBounds);
219-
220-
// TODO: CREATE TEH COPY REGION INIT
221-
// TODO: OpenACC: we probably want this to call createInitRecipe as well,
222-
// but do so in a way that omits the 'initialization', so that we can do
223-
// it separately, since it belongs in the 'copy' region. It also might
224-
// need a way of getting the tempDeclEmission out of it for that purpose.
225-
// createRecipeInitCopy(loc, locEnd, varRef->getSourceRange(), mainOp,
226-
// recipe, varRecipe, temporary);
227-
// void OpenACCRecipeBuilderBase::createFirstprivateRecipeCopy(
228219
}
229220

230221
if (origType.isDestructedType())

0 commit comments

Comments
 (0)