Commits

Roman Levenstein committed 0c2fc7c1a42
[sil-module] Add a helper method to lookup or create a SILFunction based on the SILDeclRef. This API is more convenient than using the old getOrCreate API, which requires 9 parameters to be provided. I'm going to use this API in the subsequent commits. Swift SVN r27097