Skip to content

Commit 0eb81d2

Browse files
committed
Address review comments
1 parent 5da48c0 commit 0eb81d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Lower/OpenMP/ClauseProcessor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,8 @@ bool ClauseProcessor::processLink(
788788
mlir::omp::MapInfoOp
789789
createMapInfoOp(fir::FirOpBuilder &builder, mlir::Location loc,
790790
mlir::Value baseAddr, mlir::Value varPtrPtr, std::string name,
791-
mlir::ArrayRef<mlir::Value> bounds,
792-
mlir::ArrayRef<mlir::Value> members, uint64_t mapType,
791+
llvm::ArrayRef<mlir::Value> bounds,
792+
llvm::ArrayRef<mlir::Value> members, uint64_t mapType,
793793
mlir::omp::VariableCaptureKind mapCaptureType, mlir::Type retTy,
794794
bool isVal) {
795795
if (auto boxTy = baseAddr.getType().dyn_cast<fir::BaseBoxType>()) {

0 commit comments

Comments
 (0)