Skip to content

Commit 28a464e

Browse files
authored
Merge pull request #60845 from hyp/eng/99313326
[test] update SwiftToCxx unsigned-return-type-no-zext.cpp test to
2 parents a66951a + 0a69740 commit 28a464e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interop/SwiftToCxx/core/unsigned-return-type-no-zext.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ void test(void *p) {
1313
getEnumTagi32(p);
1414
}
1515

16-
// CHECK: declare noundef zeroext i8 @_Z12getEnumTagi8Pv(i8* noundef) #1
17-
// CHECK: declare noundef i32 @_Z13getEnumTagi32Pv(i8* noundef) #1
16+
// CHECK: declare noundef{{( zeroext)?}} i8 @_Z12getEnumTagi8Pv(i8* noundef)
17+
// CHECK: declare noundef i32 @_Z13getEnumTagi32Pv(i8* noundef)

0 commit comments

Comments
 (0)