Skip to content

Commit f06e72a

Browse files
committed
[Gardening] IRGen: Comment these two fields.
1 parent 7c017fe commit f06e72a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/IRGen/IRGenModule.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,8 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
781781
CoroAllocatorTy = createStructType(*this, "swift.coro_allocator",
782782
{
783783
Int32Ty, // CoroAllocator.Flags
784-
PtrTy,
785-
PtrTy,
784+
PtrTy, // allocate
785+
PtrTy, // deallocate
786786
});
787787
SwiftImplicitActorType =
788788
createStructType(*this, "swift.implicit_isolated_actor_type",

0 commit comments

Comments
 (0)