[flang-commits] [flang] [OpenMP]Update use_device_clause lowering (PR #101703)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Aug 21 06:35:17 PDT 2024


================
@@ -749,7 +798,7 @@ static void genBodyOfTargetDataOp(
 
   firOpBuilder.create<mlir::omp::TerminatorOp>(currentLocation);
 
-  // Set the insertion point after the marker.
+  // Create the insertion point after the marker.
----------------
skatrak wrote:

Nit: I think the comment was correct previously.

https://github.com/llvm/llvm-project/pull/101703


More information about the flang-commits mailing list