@@ -2635,7 +2635,7 @@ FUNCTION(GenericAssignWithCopy,
26352635 RETURNS(Int8PtrTy),
26362636 ARGS(Int8PtrTy, Int8PtrTy, TypeMetadataPtrTy),
26372637 ATTRS(NoUnwind),
2638- EFFECT(Refcounting , Deallocating),
2638+ EFFECT(RefCounting , Deallocating),
26392639 UNKNOWN_MEMEFFECTS)
26402640
26412641// void *swift_generic_assignWithTake(opaque* dest, opaque* src, const Metadata* type);
@@ -2645,7 +2645,7 @@ FUNCTION(GenericAssignWithTake,
26452645 RETURNS(Int8PtrTy),
26462646 ARGS(Int8PtrTy, Int8PtrTy, TypeMetadataPtrTy),
26472647 ATTRS(NoUnwind),
2648- EFFECT(Refcounting , Deallocating),
2648+ EFFECT(RefCounting , Deallocating),
26492649 UNKNOWN_MEMEFFECTS)
26502650
26512651// void *swift_generic_initWithCopy(opaque* dest, opaque* src, const Metadata* type);
@@ -2655,7 +2655,7 @@ FUNCTION(GenericInitWithCopy,
26552655 RETURNS(Int8PtrTy),
26562656 ARGS(Int8PtrTy, Int8PtrTy, TypeMetadataPtrTy),
26572657 ATTRS(NoUnwind),
2658- EFFECT(Refcounting ),
2658+ EFFECT(RefCounting ),
26592659 UNKNOWN_MEMEFFECTS)
26602660
26612661// void *swift_generic_initWithTake(opaque* dest, opaque* src, const Metadata* type);
@@ -2665,7 +2665,7 @@ FUNCTION(GenericInitWithTake,
26652665 RETURNS(Int8PtrTy),
26662666 ARGS(Int8PtrTy, Int8PtrTy, TypeMetadataPtrTy),
26672667 ATTRS(NoUnwind),
2668- EFFECT(Refcounting ),
2668+ EFFECT(RefCounting ),
26692669 UNKNOWN_MEMEFFECTS)
26702670
26712671// void *swift_generic_initializeBufferWithCopyOfBuffer(ValueBuffer* dest, ValueBuffer* src, const Metadata* type);
@@ -2677,7 +2677,7 @@ FUNCTION(GenericInitializeBufferWithCopyOfBuffer,
26772677 getFixedBufferTy()->getPointerTo(),
26782678 TypeMetadataPtrTy),
26792679 ATTRS(NoUnwind),
2680- EFFECT(Refcounting ),
2680+ EFFECT(RefCounting ),
26812681 UNKNOWN_MEMEFFECTS)
26822682
26832683// unsigned swift_singletonEnum_getEnumTag(swift::OpaqueValue *address,
0 commit comments