Skip to content

Commit 994dcd9

Browse files
authored
Merge pull request #9388 from bob-wilson/remove-zext-attribute
Remove the ZExt attribute for the MakeBoxUnique runtime function.
2 parents fa3b0f8 + 7339cc5 commit 994dcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/RuntimeFunctions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ FUNCTION(MakeBoxUnique,
6161
DefaultCC,
6262
RETURNS(RefCountedPtrTy, OpaquePtrTy),
6363
ARGS(OpaquePtrTy, TypeMetadataPtrTy, SizeTy),
64-
ATTRS(NoUnwind, ZExt))
64+
ATTRS(NoUnwind))
6565

6666
FUNCTION(DeallocBox, swift_deallocBox, DefaultCC,
6767
RETURNS(VoidTy),

0 commit comments

Comments
 (0)