Commits

Joe Groff committed 075e0031d78
Fix mangling of single-protocol types. The protocol type mangling is 'P' protocol+ '_', and so needs a trailing '_' to terminate the list, but we were missing the '_' for single-protocol types, which we tried to mangle as a nominal type context. Swift SVN r5539