Commits

Joe Groff committed 7331eddfcc2
SIL: Handle dependent types in AbstractionPattern::isOpaque. To do this with complete accuracy requires mapping the dependent types into a context, but isOpaque is currently only used as a sanity check in assertions, and a tuple being matched to a class-constrained archetype is an unlikely enough occurrence that it's probably OK to accept this inaccuracy instead of trying to push generic contexts all the way down into isOpaque's clients. Swift SVN r11824