Skip to content

Commit c2d450b

Browse files
committed
[test] Test fix for platforms like s390x
1 parent 579d277 commit c2d450b

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)