Commits

Joe Groff committed eef3fab3912
SIL printer: Sort same-type requirements to the right depth. They appear out of order relative to other requirements, so do a cheesy linear scan to find the requirements that belong at each depth. This shouldn't be too bad since there are at most two depths in practice today. Fixes a parse_stdlib failure after enabling OptionSetType. Swift SVN r28903