@@ -1177,7 +1177,8 @@ FUNCTION(GetExistentialMetadata,
1177
1177
// swift_getExtendedExistentialTypeShape(
1178
1178
// const NonUniqueExtendedExistentialTypeShape *nonUnique);
1179
1179
FUNCTION(GetExtendedExistentialTypeShape,
1180
- swift_getExtendedExistentialTypeShape, C_CC, AlwaysAvailable,
1180
+ swift_getExtendedExistentialTypeShape, C_CC,
1181
+ ParameterizedExistentialAvailability,
1181
1182
RETURNS(TypeMetadataPtrTy),
1182
1183
ARGS(Int8PtrTy, Int8PtrPtrTy),
1183
1184
ATTRS(NoUnwind, ArgMemOnly, WillReturn),
@@ -1187,7 +1188,8 @@ FUNCTION(GetExtendedExistentialTypeShape,
1187
1188
// const NonUniqueExtendedExistentialTypeShape *shape,
1188
1189
// const void * const *generalizationArgs);
1189
1190
FUNCTION(GetExtendedExistentialTypeMetadata,
1190
- swift_getExtendedExistentialTypeMetadata, C_CC, AlwaysAvailable,
1191
+ swift_getExtendedExistentialTypeMetadata, C_CC,
1192
+ ParameterizedExistentialAvailability,
1191
1193
RETURNS(TypeMetadataPtrTy),
1192
1194
ARGS(Int8PtrTy, Int8PtrPtrTy),
1193
1195
ATTRS(NoUnwind, ArgMemOnly, WillReturn),
@@ -1197,7 +1199,8 @@ FUNCTION(GetExtendedExistentialTypeMetadata,
1197
1199
// const ExtendedExistentialTypeShape *shape,
1198
1200
// const void * const *generalizationArgs);
1199
1201
FUNCTION(GetExtendedExistentialTypeMetadataUnique,
1200
- swift_getExtendedExistentialTypeMetadata_unique, C_CC, AlwaysAvailable,
1202
+ swift_getExtendedExistentialTypeMetadata_unique, C_CC,
1203
+ ParameterizedExistentialAvailability,
1201
1204
RETURNS(TypeMetadataPtrTy),
1202
1205
ARGS(Int8PtrTy, Int8PtrPtrTy),
1203
1206
ATTRS(NoUnwind, ArgMemOnly, WillReturn),
0 commit comments