Commits

Nadav Rotem committed 313c28f46b4
Remove unused closures. Our debugTraps still capture values in a closure even when we comment them out. Adding this pattern that removes unused partial_apply instructions removes all of these debugTraps. This accelerates our RC4 benchmark by 4.5X (we are now only 180x the speed of CPP). Swift SVN r12202