Commits

Justin Bogner committed 0604d88bda8
InstrProf: Emit the counter for falling out of a do-catch immediately after the body We were emitting the counter for falling out of a do block at the end of the entire construct's scope, but this can cause us to miss the increment if the insertion point isn't valid there. Move the increment to immediately after we emit the body. rdar://problem/22346924 Swift SVN r31356