File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
flang/include/flang/Utils Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,12 @@ mlir::omp::MapInfoOp createMapInfoOp(mlir::OpBuilder &builder,
4545// /
4646// / \returns The loaded mapped value inside the target region.
4747mlir::Value mapTemporaryValue (fir::FirOpBuilder &firOpBuilder,
48- mlir::omp::TargetOp targetOp, mlir::Value val, llvm::StringRef name);
48+ mlir::omp::TargetOp targetOp, mlir::Value val,
49+ llvm::StringRef name = " tmp.map" );
4950
5051// / For values used inside a target region but defined outside, either clone
5152// / these value inside the target region or map them to the region. This
52- // / function tries firts to clone values (if they are defined by
53+ // / function first tries to clone values (if they are defined by
5354// / memory-effect-free ops, otherwise, the values are mapped.
5455// /
5556// / \param firOpBuilder - Operation builder.
You can’t perform that action at this time.
0 commit comments