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 880d15e commit a9f9c7dCopy full SHA for a9f9c7d
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