OSDN Git Service

[Coverage] Remove two overloads of CoverageMapping::load. NFC.
authorVedant Kumar <vsk@apple.com>
Fri, 30 Jun 2017 00:45:26 +0000 (00:45 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 30 Jun 2017 00:45:26 +0000 (00:45 +0000)
commit16264149cd6dc3699445fda9c03f3628151516b7
treeb3553fa37336ad2a85861990866200d89de9c8c9
parentf21a6b7f6b38bb7864785dcd590d864c04b1d8d7
[Coverage] Remove two overloads of CoverageMapping::load. NFC.

These overloads are essentially dead, and pose a maintenance cost
without adding any benefit. This is coming up now because I'd like to
experiment with changing the way we store coverage mapping data, and
would rather not have to fix up the old overloads while doing so.

Testing: check-{llvm,profile}, build clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306776 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/Coverage/CoverageMapping.h
lib/ProfileData/Coverage/CoverageMapping.cpp
unittests/ProfileData/CoverageMappingTest.cpp