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 ce38ebe commit 7beec48Copy full SHA for 7beec48
flang/lib/Lower/OpenMP/OpenMP.cpp
@@ -1298,7 +1298,7 @@ genTargetOp(Fortran::lower::AbstractConverter &converter,
1298
llvm::SmallVector<mlir::Type> devicePtrTypes, deviceAddrTypes;
1299
llvm::SmallVector<mlir::Location> devicePtrLocs, deviceAddrLocs;
1300
llvm::SmallVector<const Fortran::semantics::Symbol *> devicePtrSymbols,
1301
- deviceAddrSymbols;
+ deviceAddrSymbols;
1302
1303
ClauseProcessor cp(converter, semaCtx, clauseList);
1304
cp.processIf(llvm::omp::Directive::OMPD_target, ifClauseOperand);
0 commit comments