Commits

Chris Lattner committed d314ed1a0b0
fix <rdar://problem/20494437> SILGen crash handling default arguments This was an ugly situation where we'd create an invalid ScalarToTuple in a situation with default arguments, because CSApply didn't realize that the default argument causes formation of a specific tuple kind with a single element. There is more damage in this area, other work coming. Swift SVN r27811