Skip to content

Commit 07dfa0a

Browse files
committed
Handle review comments
1 parent c8232e3 commit 07dfa0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flang/test/Lower/OpenMP/block_implicit_privatization.f90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
! Fixes a bug when a block variable is marked as implicit private. In such
2-
! case, we can simply ignore privatizing that symbol within the context of the
3-
! currrent OpenMP construct since the "private" allocation for the symbol will
4-
! be emitted within the nested block anyway.
1+
! When a block variable is marked as implicit private, we can simply ignore
2+
! privatizing that symbol within the context of the currrent OpenMP construct
3+
! since the "private" allocation for the symbol will be emitted within the nested
4+
! block anyway.
55

66
! RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
77

0 commit comments

Comments
 (0)