Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flang/test/Semantics/PowerPC/ppc-vector-types01.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
! RUN: %flang_fc1 -fdebug-unparse %s | FileCheck %s
! REQUIRES: target=powerpc{{.*}}

! CHECK-LABEL: PROGRAM ppc_vec_unit
! CHECK-LABEL: PROGRAM PPC_VEC_UNIT
program ppc_vec_unit
implicit none
! CHECK: VECTOR(INTEGER(KIND=4_4)) :: vi1, vi2
Expand Down
2 changes: 1 addition & 1 deletion flang/test/Semantics/PowerPC/ppc-vector-types02.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
! REQUIRES: target=powerpc{{.*}}

! C: MainProgram scope: ppc_vec_types
! CHECK-LABEL: MainProgram scope: ppc_vec_types size={{[0-9]*}} alignment={{[0-9]*}}
! CHECK-LABEL: MainProgram scope: PPC_VEC_TYPES size={{[0-9]*}} alignment={{[0-9]*}}
program ppc_vec_types
implicit none
vector(integer(4)) :: vi
Expand Down
Loading