Skip to content

Commit 17ecdba

Browse files
Use BlockArgOpenMPOpInterface and remove some debug prints
1 parent 2821cdf commit 17ecdba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ class MapsForPrivatizedSymbolsPass
142142
}
143143
builder.setInsertionPoint(targetOp);
144144
Location loc = targetOp.getLoc();
145-
llvm::errs() << "Here\n";
146145
omp::MapInfoOp mapInfoOp = createMapInfo(loc, privVar, builder);
147-
llvm::errs() << "Here again\n";
148146
mapInfoOps.push_back(mapInfoOp);
149147
LLVM_DEBUG(llvm::dbgs() << "MapsForPrivatizedSymbolsPass created ->\n");
150148
LLVM_DEBUG(mapInfoOp.dump());

0 commit comments

Comments
 (0)