Commits

Mark Lacey committed 37fc0c26226
Fix an issue with call graph maintainence in closure specializer. The code was previously adding a call graph node for every apply we rewrote, rather than only adding call graph nodes when we actually create a new specialization. This causes an assert in the stdlib build, but only with other local changes I have. Swift SVN r27062