Commits

Roman Levenstein committed 1539be775db
[sil-devirtualizer] Fix propagateConcreteTypeOfInitExistential to properly support try_apply. The way how the set of substitutions was updated did not work properly for try_apply instructions, because the code assumed that it is always the Self archetype who is being replaced. But this did not hold for try_apply (witness_method). Swift SVN r30800