Skip to content

Commit d41a1b3

Browse files
committed
add todo
1 parent f9a4057 commit d41a1b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class MapsForPrivatizedSymbolsPass
5353
: public flangomp::impl::MapsForPrivatizedSymbolsPassBase<
5454
MapsForPrivatizedSymbolsPass> {
5555

56+
// TODO Use `createMapInfoOp` from `flang/Utils/OpenMP.h`.
5657
omp::MapInfoOp createMapInfo(Location loc, Value var,
5758
fir::FirOpBuilder &builder) {
5859
// Check if a value of type `type` can be passed to the kernel by value.

0 commit comments

Comments
 (0)