Skip to content

Commit e463f77

Browse files
committed
Update test
1 parent b299049 commit e463f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/OpenMP/atomic-privatize.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
!CHECK: omp.task private(@_QFfredEprv_firstprivate_i32 %{{[0-9]+}}#0 -> %arg0
1010
!CHECK: %[[DECL:[0-9]+]]:2 = hlfir.declare %arg0 {uniq_name = "_QFfredEprv"}
11-
!CHECK: omp.atomic.update %[[DECL]]#0
11+
!CHECK: omp.atomic.update memory_order(relaxed) %[[DECL]]#0
1212

1313
integer function fred
1414
integer :: prv

0 commit comments

Comments
 (0)