Commits

Justin Bogner committed 330fb77e5f9
InstrProf: Fix a crash when instrumentation hits an implicit return Exception handling in an init block was hitting an assert when we ended a coverage range inside the implicit return decl. It doesn't actually make sense to generate coverage mappings in implicit stmts anyway, but this is the first test case that came across that. Swift SVN r28508