Commit Graph

1 Commits

Author SHA1 Message Date
Meghana Gupta
7bef31751f Fix a crash in DeadArgmentTransform (#35486)
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.
2021-01-20 13:20:26 -08:00