mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #60845 from hyp/eng/99313326
[test] update SwiftToCxx unsigned-return-type-no-zext.cpp test to
This commit is contained in:
@@ -13,5 +13,5 @@ void test(void *p) {
|
|||||||
getEnumTagi32(p);
|
getEnumTagi32(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
// CHECK: declare noundef zeroext i8 @_Z12getEnumTagi8Pv(i8* noundef) #1
|
// CHECK: declare noundef{{( zeroext)?}} i8 @_Z12getEnumTagi8Pv(i8* noundef)
|
||||||
// CHECK: declare noundef i32 @_Z13getEnumTagi32Pv(i8* noundef) #1
|
// CHECK: declare noundef i32 @_Z13getEnumTagi32Pv(i8* noundef)
|
||||||
|
|||||||
Reference in New Issue
Block a user