Commits

Joe Groff committed 12c7d01708f
SIL: Write a function for uncurrying function types within the Swift type system. Add a TypeConverter::uncurryFunctionType method for making an uncurried AnyFunctionType given a nested AnyFunctionType and an uncurry level. Without actually wiring it into anything yet, spot-check that it does the right thing by hacking SILPrinter to print the uncurried types of SILFunctions in a comment before the sil decl. Swift SVN r5260