1 ! RUN: bbc -fopenmp -pft-test -o %t %s | FileCheck %s
2 ! RUN: %flang_fc1 -fopenmp -fdebug-dump-pft -o %t %s | FileCheck %s
4 ! Test structure of the Pre-FIR tree with OpenMP
6 subroutine sub1(a
, b
, n
)
16 ! CHECK-LABEL: Subroutine sub1
17 ! CHECK: <<OpenMPConstruct>>
18 ! CHECK: <<DoConstruct>>
19 ! CHECK: <<End OpenMPConstruct>>