Commits

Justin Bogner committed 2311b939ea7
InstrProf: Improve handling of while conditions Fix a crash in coverage when a while's condition consists only of let clauses. This degrades to simply not showing the coverage for the condition in that case for now, since we don't handle Patterns yet. Swift SVN r25456