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 d5b4451 commit ab02357Copy full SHA for ab02357
flang/lib/Lower/OpenMP/OpenMP.cpp
@@ -986,7 +986,7 @@ genTargetOp(Fortran::lower::AbstractConverter &converter,
986
llvm::SmallVector<mlir::Type> devicePtrTypes, deviceAddrTypes;
987
llvm::SmallVector<mlir::Location> devicePtrLocs, deviceAddrLocs;
988
llvm::SmallVector<const Fortran::semantics::Symbol *> devicePtrSymbols,
989
- deviceAddrSymbols;
+ deviceAddrSymbols;
990
991
ClauseProcessor cp(converter, semaCtx, clauseList);
992
cp.processIf(Fortran::parser::OmpIfClause::DirectiveNameModifier::Target,
0 commit comments