Commits

Joe Groff committed 064b2c517ea
SILGen: ret () instead of unreachable If a ()-returning function falls off the end, generate a return instead of an unreachable. IRGenFunction::emitEpilogue has some more sophisticated logic that should be ported over, but this will handle the obvious T -> () case. Swift SVN r3142