Commits

Chris Lattner committed a3297216689
implement a simple and intentionally limited jump threading optimization in simplifycfg. This is intentionally pretty simple, but already kicks in 827 times in the stdlib, and cuts 1000 lines of sil out of it. Swift SVN r9853