Commits

Chris Lattner committed e6dcae5c4f7
Change sema to form MemberRefExpr instead of ArchetypeMemberRefExpr. The most significant impact of this is that it eliminates a bunch of near duplicate logic in SILGen and makes ArchetypeMemberRefExpr dead. Swift SVN r14273