Commits

Joe Groff committed 3bad92b3420
AST: Remove the stopgap BridgeToBlockExpr and handle block <-> non-block conversions freely as function conversions. Teach SILGen to handle function representation changes as part of function conversion instead of needing to be spoonfed a special expr for the purpose. Handle representation changes in both directions to and from blocks using the same logic as the bridging conversions. Swift SVN r16318