Commits

Doug Gregor committed 6c265ef3164
Use subtyping constraints rather than conversion constraints for dot access. Subtyping constraints are more efficient to check, and we only need conversion constraints when we're dealing with protocol members. Swift SVN r9367