Commits

Joe Groff committed c1456ff6710
SILGen: Handle initializers that unconditionally fail. A failable initializer that ended in an unconditional 'return nil' was leaving the exit basic block unemitted, since we exited early before writing out the unreachable epilog. Thanks Chris for catching this. Swift SVN r21491