Commits

Joe Groff committed e9c7cefc94f
SILGen: Return nil on the failure path from failable value initializers. Since we preserve a single exit point in SIL, provide a join point with a BB argument to receive the success or failure result to return. Swift SVN r21450