Commits

Joe Groff committed 0b1283b1c92
Have 'defer' statements cons up func decls instead of closure literals. The defer body func is only ever fully applied, so SILGen can avoid allocating a closure for it if it's declared as a 'func', making it slightly more efficient at -Onone. Swift SVN r30638