We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081cc5f commit edeb7e3Copy full SHA for edeb7e3
flang/test/Driver/omp-cse-region-boundary.f90
@@ -13,7 +13,7 @@
13
14
!Constant should not be present inside target region.
15
!CHECK-HOST: omp.target
16
-!CHECK-NOT-HOST: arith.constant 10
+!CHECK-HOST-NOT: arith.constant 10
17
!CHECK-HOST: omp.terminator
18
19
subroutine writeIndex(sum)
flang/test/Lower/equivalence-static-init.f90
@@ -10,7 +10,7 @@ module module_without_init
10
! CHECK-LABEL: fir.global @_QMmodule_without_initEi : !fir.array<8xi8> {
11
! CHECK: %0 = fir.zero_bits !fir.array<8xi8>
12
! CHECK: fir.has_value %0 : !fir.array<8xi8>
-! CHECK}
+! CHECK: }
subroutine test_eqv_init
0 commit comments