Commits

Doug Gregor committed bf75dfe72d8
Handle potential archetypes nested inside concrete types. When a same-type constraint makes a potential archetype equivalent to a concrete type, look up nested potential archetypes of that potential archetype inside that concrete type. This affects both final archetype computation and the introduction of same-type constraints for nested types. Fixes rdar://problem/21620908. Swift SVN r29881