Commits

Joe Groff committed 984266c300c
SILGen: Refactor pattern dispatch to allow switch-like dispatch. Emit the dispatch tree up-front instead of interleaving it with specializations. This doesn't have any user-visible effect yet, but will allow for dispatch to use switch-like instructions such as switch_oneof when appropriate. Swift SVN r6847