Commits

Joe Groff committed 5d6a6f6d38d
IRGen: Favor high bits when scavenging tag bits for enums. This is easier to emit optimal code for on our target platforms, and is more likely to find a contiguous range of spare bits to place the tag in. Swift SVN r12435