Skip to content

Commit 856fec7

Browse files
authored
Merge pull request #22509 from linux-on-ibm-z/swift5.0-s390x-clang-inline
[test] Test fix for platforms like s390x
2 parents 7c4270f + c2d450b commit 856fec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/clang_inline_opt.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ func return10() -> UInt32 {
77
// Sanity check that we tell Clang to generate optimizable code when
88
// we're optimizing.
99

10-
// CHECK: define internal i32 @return7() [[CLANG_ATTRS:#[0-9]+]] {
10+
// CHECK: define internal{{( zeroext)?}} i32 @return7() [[CLANG_ATTRS:#[0-9]+]] {
1111

1212
// CHECK: attributes [[CLANG_ATTRS]] = {
1313
// CHECK-NOT: noinline

0 commit comments

Comments
 (0)