Commits

Joe Groff committed 370f3b1b94f
SILGen: Prepare emitFunction to handle curries. Change the signature of emitFunction to take just a decl (and leave it up to the implementation to create the SILConstant) because emitFunction may produce functions for multiple SILConstants from a single FuncExpr. Swift SVN r3388