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 3b2c7dc commit b2693f0Copy full SHA for b2693f0
flang/lib/Lower/OpenMP/OpenMP.cpp
@@ -1056,7 +1056,7 @@ genTargetOp(Fortran::lower::AbstractConverter &converter,
1056
llvm::SmallVector<mlir::Type> devicePtrTypes, deviceAddrTypes;
1057
llvm::SmallVector<mlir::Location> devicePtrLocs, deviceAddrLocs;
1058
llvm::SmallVector<const Fortran::semantics::Symbol *> devicePtrSymbols,
1059
- deviceAddrSymbols;
+ deviceAddrSymbols;
1060
1061
ClauseProcessor cp(converter, semaCtx, clauseList);
1062
cp.processIf(Fortran::parser::OmpIfClause::DirectiveNameModifier::Target,
0 commit comments