Commits
Doug Gregor committed 827e87cac36
Switch the representation of the list of protocols to which an archetype conforms from a list of Types (each of which is existential) to the minimized, sorted list of protocol declarations as used by canonical protocol composition types. This stable list is more suitable for IR generation. Swift SVN r2238