Skip to content

Commit

Permalink
[flang][OpenMP] Fix copyprivate test on ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
luporl committed Feb 28, 2024
1 parent 634b024 commit 28162b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/test/Integration/OpenMP/copyprivate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
!CHECK-DAG: define void @_copy_box_ptr_Uxc8x9(ptr %{{.*}}, ptr %{{.*}})

!CHECK-LABEL: define void @_copy_i32(
!CHECK-SAME: ptr %[[DST:.*]], ptr %[[SRC:.*]]) {
!CHECK-SAME: ptr %[[DST:.*]], ptr %[[SRC:.*]]){{.*}} {
!CHECK-NEXT: %[[SRC_VAL:.*]] = load i32, ptr %[[SRC]]
!CHECK-NEXT: store i32 %[[SRC_VAL]], ptr %[[DST]]
!CHECK-NEXT: ret void
Expand Down

0 comments on commit 28162b7

Please sign in to comment.