Skip to content

Commit ff5f3ae

Browse files
authored
[flang] convert program name to upper case (NFC) (#149508)
1 parent e73cb43 commit ff5f3ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/test/Semantics/PowerPC/ppc-vector-types01.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! RUN: %flang_fc1 -fdebug-unparse %s | FileCheck %s
22
! REQUIRES: target=powerpc{{.*}}
33

4-
! CHECK-LABEL: PROGRAM ppc_vec_unit
4+
! CHECK-LABEL: PROGRAM PPC_VEC_UNIT
55
program ppc_vec_unit
66
implicit none
77
! CHECK: VECTOR(INTEGER(KIND=4_4)) :: vi1, vi2

flang/test/Semantics/PowerPC/ppc-vector-types02.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
! REQUIRES: target=powerpc{{.*}}
33

44
! C: MainProgram scope: ppc_vec_types
5-
! CHECK-LABEL: MainProgram scope: ppc_vec_types size={{[0-9]*}} alignment={{[0-9]*}}
5+
! CHECK-LABEL: MainProgram scope: PPC_VEC_TYPES size={{[0-9]*}} alignment={{[0-9]*}}
66
program ppc_vec_types
77
implicit none
88
vector(integer(4)) :: vi

0 commit comments

Comments
 (0)