@@ -1310,7 +1310,8 @@ FUNCTION(GetExistentialMetadata,
13101310// swift_getExtendedExistentialTypeShape(
13111311// const NonUniqueExtendedExistentialTypeShape *nonUnique);
13121312FUNCTION(GetExtendedExistentialTypeShape,
1313- swift_getExtendedExistentialTypeShape, C_CC, AlwaysAvailable,
1313+ swift_getExtendedExistentialTypeShape, C_CC,
1314+ ParameterizedExistentialAvailability,
13141315 RETURNS(TypeMetadataPtrTy),
13151316 ARGS(Int8PtrTy, Int8PtrPtrTy),
13161317 ATTRS(NoUnwind, WillReturn),
@@ -1321,7 +1322,8 @@ FUNCTION(GetExtendedExistentialTypeShape,
13211322// const NonUniqueExtendedExistentialTypeShape *shape,
13221323// const void * const *generalizationArgs);
13231324FUNCTION(GetExtendedExistentialTypeMetadata,
1324- swift_getExtendedExistentialTypeMetadata, C_CC, AlwaysAvailable,
1325+ swift_getExtendedExistentialTypeMetadata, C_CC,
1326+ ParameterizedExistentialAvailability,
13251327 RETURNS(TypeMetadataPtrTy),
13261328 ARGS(Int8PtrTy, Int8PtrPtrTy),
13271329 ATTRS(NoUnwind, WillReturn),
@@ -1332,7 +1334,8 @@ FUNCTION(GetExtendedExistentialTypeMetadata,
13321334// const ExtendedExistentialTypeShape *shape,
13331335// const void * const *generalizationArgs);
13341336FUNCTION(GetExtendedExistentialTypeMetadataUnique,
1335- swift_getExtendedExistentialTypeMetadata_unique, C_CC, AlwaysAvailable,
1337+ swift_getExtendedExistentialTypeMetadata_unique, C_CC,
1338+ ParameterizedExistentialAvailability,
13361339 RETURNS(TypeMetadataPtrTy),
13371340 ARGS(Int8PtrTy, Int8PtrPtrTy),
13381341 ATTRS(NoUnwind, WillReturn),
0 commit comments