Commits

Justin Bogner committed 10a841650c5
InstrProf: Handle profiling of member initializers as part of the constructor We generate the code for member initializers in the constructors of objects, so we need to handle profiling and coverage for them there as well. rdar://problem/21009702 Swift SVN r28799