Commits

Slava Pestov committed 074a5577ca0
SIL: Extract SILFunctionType::checkForABIDifferences(), NFC There are three implementations of this in SIL so far: - in emitGeneralizedFunctionValue() - in emitVTableMethod() - in the SILVerifier I haven't touched the latter yet, though. Swift SVN r31422