Merge pull request #60845 from hyp/eng/99313326

[test] update SwiftToCxx unsigned-return-type-no-zext.cpp test to
This commit is contained in:
swift-ci
2022-08-30 01:11:35 -07:00
committed by GitHub

View File

@@ -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)