Commits

Mark Lacey committed 84473f242af
Do not specialize dead apply/partial_apply. Do not specialize an apply/partial_apply that we've already added to the set of dead instructions. Doing so can result in creating a new instruction which we will leave around, and which will have a type mismatch in its parameter list. Fixes rdar://problem/25447450.