Commits

Mark Lacey committed aae65264596
Remove optimization that re-uses branch conditions as Int1s. It turns out this can inhibit jump threading since it can make non-local uses of values which jump threading doesn't know how to handle. Swift SVN r16508