Commits

Doug Gregor committed 5996df1ad1e
When substituting into the type of a protocol requirement to compare it against potential witnesses, make sure to use the unlabeled form of the substituted type. Otherwise, tuples with element names in the return type will break us. Fixes <rdar://problem/11598297>. Swift SVN r2156