Commits

Slava Pestov committed b29bced97a4
SILGen: Use createBuiltinBinaryFunction() in place of createBuiltin() in one place It seems that for SIL round-tripping to work, we have to emit the builtin name with the right suffix, otherwise NFC. Noticed by inspection. Swift SVN r32499