Commits

Justin Bogner committed 80f4156bf46
InstrProf: Fix coverage mapping for GuardStmt We were creating a coverage mapping for GuardStmt, but we were never incrementing its counter, so the results were quite strange. This moves the counter to the body of the guard (instead of the non-existent "then" clause) and increments the counter in the obvious place. rdar://problem/21291670 Swift SVN r29965