Commits

Joe Groff committed e880da0b717
AST: Add canonical generic signatures. For better type safety in SILFunctionTypes, which always want canonical types, and to provide a unique place to hang information common to all equivalent generic signatures, give GenericSignatures a concept of being "canonical". Swift SVN r13794