Commits

Arnold Schwaighofer committed 468a1ea9d5e
SimplifyCFG: Simplify and sanitize the jump threading code We are able to jump-thread all kinds of terminators these days. Only jump thread switch-enums if there is really a chance of simplifying. Don't jump thread blocks with function calls in them. Swift SVN r26599