mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
When there are no non-type dead args, DeadArgumentTransform should not specialize the function. While marking dead type args as not dead, make sure we go over all the args. If not, a dead type arg will be attempted to be deleted later on in FunctionSignatureTransform::DeadArgumentFinalizeOptimizedFunction.
3.4 KiB
3.4 KiB