Commits

Joe Groff committed f6f3d6c324b
SIL: StringLiteralInsts aren't identical if their encodings differ. Fixes a problem where CSE would coalesce string_literals with the same text but different encodings when they happened to land in the same hash bucket. Swift SVN r15603