test commit

llvm-svn: 276401
This commit is contained in:
Ying Yi 2016-07-22 09:20:21 +00:00
parent e0f35a57cd
commit 78db64e88c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ using namespace coverage;
FunctionCoverageSummary
FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) {
// Compute the region coverage
// Compute the region coverage.
size_t NumCodeRegions = 0, CoveredRegions = 0;
for (auto &CR : Function.CountedRegions) {
if (CR.Kind != CounterMappingRegion::CodeRegion)