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 521cc4a commit 927909aCopy full SHA for 927909a
flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp
@@ -113,11 +113,6 @@ class MapsForPrivatizedSymbolsPass
113
for (auto mapInfoOp : mapInfoOps)
114
addMapInfoOp(targetOp, mapInfoOp);
115
}
116
- void addMapInfoOps(omp::TargetOp targetOp,
117
- llvm::SmallVectorImpl<omp::MapInfoOp> &mapInfoOps) {
118
- for (auto mapInfoOp : mapInfoOps)
119
- addMapInfoOp(targetOp, mapInfoOp);
120
- }
121
void runOnOperation() override {
122
ModuleOp module = getOperation()->getParentOfType<ModuleOp>();
123
fir::KindMapping kindMap = fir::getKindMapping(module);
0 commit comments