Skip to content

Commit 7bf535c

Browse files
committed
[Gardening] IRGen: Delete this xmacro entry.
The swift_coroFrameAllocStub function isn't in the runtime.
1 parent ad7798d commit 7bf535c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/swift/Runtime/RuntimeFunctions.def

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,12 +2100,6 @@ FUNCTION(CoroFrameAlloc, Swift, swift_coroFrameAlloc, C_CC,
21002100
NO_ATTRS,
21012101
EFFECT(RuntimeEffect::Allocating),
21022102
UNKNOWN_MEMEFFECTS)
2103-
FUNCTION(coroFrameAllocStub, Swift, swift_coroFrameAllocStub, C_CC,
2104-
AlwaysAvailable, RETURNS(Int8PtrTy),
2105-
ARGS(SizeTy, Int64Ty),
2106-
ATTRS(NoUnwind),
2107-
EFFECT(RuntimeEffect::Allocating),
2108-
UNKNOWN_MEMEFFECTS)
21092103

21102104
// void *_Block_copy(void *block);
21112105
FUNCTION(BlockCopy, BlocksRuntime, _Block_copy, C_CC, AlwaysAvailable,

0 commit comments

Comments
 (0)