summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Yi <maggieyi666@gmail.com>2016-07-22 09:20:21 +0000
committerYing Yi <maggieyi666@gmail.com>2016-07-22 09:20:21 +0000
commit78db64e88cc6c804edefd0f53ab770f35842f765 (patch)
treefe92309b75b040ef218efb806b4a1db1dbac5036
parente0f35a57cd1f0934e06bb1ec699f43b3096cd848 (diff)
downloadbcm5719-llvm-78db64e88cc6c804edefd0f53ab770f35842f765.tar.gz
bcm5719-llvm-78db64e88cc6c804edefd0f53ab770f35842f765.zip
test commit
llvm-svn: 276401
-rw-r--r--llvm/tools/llvm-cov/CoverageSummaryInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp b/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp
index de8975097e4..ffdffbd4b7b 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)
OpenPOWER on IntegriCloud