Files
swift-mirror/lib/SILGen/RValue.h
Michael Gottesman 05667e4e45 [silgen] Instead of creating a single CleanupCloner for an RValue, use a helper routine that stores into an outarray a cloner for each ManagedValue in the RValue.
This simplifies CleanupCloner so that it only needs to model the cleanup of a
single managed value. It also eliminates a tie in between RValue and
CleanupCloner which is not needed.
2020-05-03 12:30:49 -07:00

13 KiB