We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79818f8 commit 72670a7Copy full SHA for 72670a7
llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
@@ -311,7 +311,7 @@ struct FunctionRecord {
311
/// Regions in the function along with their counts.
312
std::vector<CountedRegion> CountedRegions;
313
/// The number of times this function was executed.
314
- uint64_t ExecutionCount;
+ uint64_t ExecutionCount = 0;
315
316
FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames)
317
: Name(Name), Filenames(Filenames.begin(), Filenames.end()) {}
0 commit comments