Commits

Nadav Rotem committed b6077500e00
Enable generic specialization of devirtualized functions. We currently run the generic specialize after the devirtualizer because devirtualization can unblock generic specialization. This patch saves the newly created ApplyInsts and attempts to specialize only them. Swift SVN r25576