Commits

Joe Groff committed bf102f8ca48
IRGen: Fix extended method encoding for protocol members that take a single-parameter block parameter. We were falling back to void(^)() encoding for block types whose input type was not a tuple. Swift SVN r19299