From 78db64e88cc6c804edefd0f53ab770f35842f765 Mon Sep 17 00:00:00 2001 From: Ying Yi Date: Fri, 22 Jul 2016 09:20:21 +0000 Subject: [PATCH] test commit llvm-svn: 276401 --- llvm/tools/llvm-cov/CoverageSummaryInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp b/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp index de8975097e49..ffdffbd4b7b4 100644 --- a/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp +++ b/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp @@ -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)