Commits

Chris Lattner committed b1a882c093e
Fix a problem where let decls of tuple type would die in SILGen when being closed over. If we allowed arguments to have tuple type in the SILFunctionType type system, this would just work. As it is, we have to do a bit of [re|de]structuring on the partial_apply and the closure body side to work things out. Swift SVN r11680