Commits

Joe Groff committed 98fd61559a5
SIL: Keep SIL argument counts for each curry level Track the argument offset for each curry level of an uncurried function so that IRGen can map SIL arguments to LLVM arguments in the correct order for the underlying calling convention. Swift SVN r4449