mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +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