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.
2 parents d33db05 + a9f9c7d commit 94e9e5eCopy full SHA for 94e9e5e
flang/lib/Lower/OpenMP/ClauseProcessor.cpp
@@ -1522,7 +1522,6 @@ bool ClauseProcessor::processEnter(
1522
llvm::SmallVectorImpl<DeclareTargetCaptureInfo> &result) const {
1523
return findRepeatableClause<omp::clause::Enter>(
1524
[&](const omp::clause::Enter &clause, const parser::CharBlock &source) {
1525
- mlir::Location currentLocation = converter.genLocation(source);
1526
bool automap =
1527
std::get<std::optional<omp::clause::Enter::Modifier>>(clause.t)
1528
.has_value();
0 commit comments