Skip to content

Commit 7bcd538

Browse files
committed
Change llvm::SmallVector<mlir::Value> -> mlir::ValueRange
1 parent 77d27b4 commit 7bcd538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenMP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ static mlir::omp::MapInfoOp processDescriptorTypeMappings(
17451745
Fortran::lower::StatementContext &stmtCtx,
17461746
Fortran::lower::AbstractConverter &converter, mlir::Location loc,
17471747
mlir::Value descriptorAddr, mlir::Value descDataBaseAddr,
1748-
mlir::SmallVector<mlir::Value> &bounds, std::string asFortran,
1748+
mlir::ValueRange bounds, std::string asFortran,
17491749
llvm::omp::OpenMPOffloadMappingFlags mapCaptureType) {
17501750
llvm::SmallVector<mlir::Value> descriptorBaseAddrMembers;
17511751
fir::FirOpBuilder &firOpBuilder = converter.getFirOpBuilder();

0 commit comments

Comments
 (0)