Commits

Joe Groff committed 3f38d750065
SILGen: Currying of 'super.method' calls. Keep track of a second set of "direct method reference" curry thunks that don't end in a dynamic dispatch in order to properly implement a partial application such as 'let foo = super.foo'. Fixes rdar://problem/20598526. Swift SVN r27538