[Gardening] IRGen: Delete this xmacro entry.

The swift_coroFrameAllocStub function isn't in the runtime.
This commit is contained in:
Nate Chandler
2025-10-23 07:19:00 -07:00
parent ad7798dcbb
commit 7bf535c546

View File

@@ -2100,12 +2100,6 @@ FUNCTION(CoroFrameAlloc, Swift, swift_coroFrameAlloc, C_CC,
NO_ATTRS,
EFFECT(RuntimeEffect::Allocating),
UNKNOWN_MEMEFFECTS)
FUNCTION(coroFrameAllocStub, Swift, swift_coroFrameAllocStub, C_CC,
AlwaysAvailable, RETURNS(Int8PtrTy),
ARGS(SizeTy, Int64Ty),
ATTRS(NoUnwind),
EFFECT(RuntimeEffect::Allocating),
UNKNOWN_MEMEFFECTS)
// void *_Block_copy(void *block);
FUNCTION(BlockCopy, BlocksRuntime, _Block_copy, C_CC, AlwaysAvailable,