@@ -497,11 +497,11 @@ ABSTRACT_VALUE_AND_INST(SingleValueInstruction, ValueBase, SILInstruction)
497497 ABSTRACT_SINGLE_VALUE_INST(ConversionInst, SingleValueInstruction)
498498 BRIDGED_SINGLE_VALUE_INST(UpcastInst, upcast,
499499 ConversionInst, None, DoesNotRelease)
500- SINGLE_VALUE_INST (AddressToPointerInst, address_to_pointer,
500+ BRIDGED_SINGLE_VALUE_INST (AddressToPointerInst, address_to_pointer,
501501 ConversionInst, None, DoesNotRelease)
502502 SINGLE_VALUE_INST(PointerToAddressInst, pointer_to_address,
503503 ConversionInst, None, DoesNotRelease)
504- SINGLE_VALUE_INST (UncheckedRefCastInst, unchecked_ref_cast,
504+ BRIDGED_SINGLE_VALUE_INST (UncheckedRefCastInst, unchecked_ref_cast,
505505 ConversionInst, None, DoesNotRelease)
506506 SINGLE_VALUE_INST(UncheckedAddrCastInst, unchecked_addr_cast,
507507 ConversionInst, None, DoesNotRelease)
@@ -513,15 +513,15 @@ ABSTRACT_VALUE_AND_INST(SingleValueInstruction, ValueBase, SILInstruction)
513513 ConversionInst, None, DoesNotRelease)
514514 SINGLE_VALUE_INST(RefToRawPointerInst, ref_to_raw_pointer,
515515 ConversionInst, None, DoesNotRelease)
516- SINGLE_VALUE_INST (RawPointerToRefInst, raw_pointer_to_ref,
516+ BRIDGED_SINGLE_VALUE_INST (RawPointerToRefInst, raw_pointer_to_ref,
517517 ConversionInst, None, DoesNotRelease)
518518#define LOADABLE_REF_STORAGE (Name, name, ...) \
519519 SINGLE_VALUE_INST (RefTo##Name##Inst, ref_to_##name, \
520520 ConversionInst, None, DoesNotRelease) \
521521 SINGLE_VALUE_INST(Name##ToRefInst, name##_to_ref, \
522522 ConversionInst, None, DoesNotRelease)
523523#include " swift/AST/ReferenceStorage.def"
524- SINGLE_VALUE_INST (ConvertFunctionInst, convert_function,
524+ BRIDGED_SINGLE_VALUE_INST (ConvertFunctionInst, convert_function,
525525 ConversionInst, None, DoesNotRelease)
526526 SINGLE_VALUE_INST(ConvertEscapeToNoEscapeInst, convert_escape_to_noescape,
527527 ConversionInst, None, DoesNotRelease)
@@ -535,15 +535,15 @@ ABSTRACT_VALUE_AND_INST(SingleValueInstruction, ValueBase, SILInstruction)
535535 ConversionInst, None, DoesNotRelease)
536536 SINGLE_VALUE_INST(BridgeObjectToWordInst, bridge_object_to_word,
537537 ConversionInst, None, DoesNotRelease)
538- SINGLE_VALUE_INST (ThinToThickFunctionInst, thin_to_thick_function,
538+ BRIDGED_SINGLE_VALUE_INST (ThinToThickFunctionInst, thin_to_thick_function,
539539 ConversionInst, None, DoesNotRelease)
540540 SINGLE_VALUE_INST(ThickToObjCMetatypeInst, thick_to_objc_metatype,
541541 ConversionInst, None, DoesNotRelease)
542542 SINGLE_VALUE_INST(ObjCToThickMetatypeInst, objc_to_thick_metatype,
543543 ConversionInst, None, DoesNotRelease)
544- SINGLE_VALUE_INST (ObjCMetatypeToObjectInst, objc_metatype_to_object,
544+ BRIDGED_SINGLE_VALUE_INST (ObjCMetatypeToObjectInst, objc_metatype_to_object,
545545 ConversionInst, None, DoesNotRelease)
546- SINGLE_VALUE_INST (ObjCExistentialMetatypeToObjectInst, objc_existential_metatype_to_object,
546+ BRIDGED_SINGLE_VALUE_INST (ObjCExistentialMetatypeToObjectInst, objc_existential_metatype_to_object,
547547 ConversionInst, None, DoesNotRelease)
548548 // unconditional_checked_cast_value reads the source value and produces
549549 // a new value with a potentially different representation.
@@ -566,7 +566,7 @@ ABSTRACT_VALUE_AND_INST(SingleValueInstruction, ValueBase, SILInstruction)
566566
567567 BRIDGED_SINGLE_VALUE_INST(ClassifyBridgeObjectInst, classify_bridge_object,
568568 SingleValueInstruction, None, DoesNotRelease)
569- SINGLE_VALUE_INST (ValueToBridgeObjectInst, value_to_bridge_object,
569+ BRIDGED_SINGLE_VALUE_INST (ValueToBridgeObjectInst, value_to_bridge_object,
570570 SingleValueInstruction, None, DoesNotRelease)
571571 SINGLE_VALUE_INST(MarkDependenceInst, mark_dependence,
572572 SingleValueInstruction, None, DoesNotRelease)
0 commit comments