Commits

Joe Groff committed 557100aefcb
SILGen: Keep [thin] through FunctionConversionExpr FunctionConversionExpr was converting the type of SIL values to thick function types without emitting SIL to create the dummy context, which was confusing IRGen. Swift SVN r4476