We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46da32a commit 8fb8c64Copy full SHA for 8fb8c64
flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp
@@ -551,7 +551,6 @@ void PopulateInitAndCleanupRegionsHelper::populateByRefInitAndCleanupRegions() {
551
552
if (auto boxTy = mlir::dyn_cast_or_null<fir::BaseBoxType>(valTy)) {
553
builder.setInsertionPointToEnd(initBlock);
554
- // TODO: remove: boxAlloca = allocatedPrivVarArg;
555
556
// TODO: don't do this unless it is needed
557
loadedMoldArg = builder.loadIfRef(loc, moldArg);
0 commit comments