llvm-cov: Combine two types that were nearly identical (NFC)
authorJustin Bogner <mail@justinbogner.com>
Tue, 9 Sep 2014 05:32:18 +0000 (05:32 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 9 Sep 2014 05:32:18 +0000 (05:32 +0000)
commit39d5e80b446529e76afdc5da6d0428a8a6720f06
tree7678f59c155a876b6614f68df5b1cb23a427da67
parent74a60259a595b8e5804dd0bf29fc9b2b84de3049
llvm-cov: Combine two types that were nearly identical (NFC)

llvm-cov had a SourceRange type that was nearly identical to a
CountedRegion except that it shaved off a couple of fields. There
aren't likely to be enough of these for the minor memory savings to be
worth the extra complexity here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217417 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/CoverageMapping.h
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/SourceCoverageDataManager.cpp
tools/llvm-cov/SourceCoverageDataManager.h
tools/llvm-cov/SourceCoverageView.cpp