Commits
Joe Groff committed 485e1f4eb57
SILGen: Emit curry thunks for struct instance methods. Struct instance methods don't need to capture any special dynamic dispatch behavior, so they can use the same codegen path as standalone curried functions. Fixes <rdar://problem/14687373>. Swift SVN r8049