Skip to content

Commit fb97fbe

Browse files
author
klensy
committed
and few
1 parent a800644 commit fb97fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/test/Driver/omp-cse-region-boundary.f90

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

1414
!Constant should not be present inside target region.
1515
!CHECK-HOST: omp.target
16-
!CHECK-NOT-HOST: arith.constant 10
16+
!CHECK-HOST-NOT: arith.constant 10
1717
!CHECK-HOST: omp.terminator
1818

1919
subroutine writeIndex(sum)

flang/test/Lower/equivalence-static-init.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module module_without_init
1010
! CHECK-LABEL: fir.global @_QMmodule_without_initEi : !fir.array<8xi8> {
1111
! CHECK: %0 = fir.zero_bits !fir.array<8xi8>
1212
! CHECK: fir.has_value %0 : !fir.array<8xi8>
13-
! CHECK}
13+
! CHECK: }
1414

1515

1616
subroutine test_eqv_init

0 commit comments

Comments
 (0)