Commits

Slava Pestov committed 7062f21b6f5
SILGen: Make sure to emit closure bodies only once We would potentially emit a closure multiple times when converting a closure to a @convention(c) type. This would result in a compiler crash if a stored property of @convention(c) type had an initializer expression and the containing type declaration had multiple initializers. Fixes <rdar://problem/25632886>.