Commits

Chris Lattner committed 580315d9eee
fix <rdar://problem/17652759> Default arguments cause crash with tuple permutation This just deletes some code out of matchCallArguments to make sure that CSApply and CSSimplify do the same argument matching. This code presumably dated to a period of time when the stuff after it was just for error recovery, but now we do argument reordering matching stuff after this point. Swift SVN r28670