InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used
authorJustin Bogner <mail@justinbogner.com>
Tue, 3 Feb 2015 21:35:36 +0000 (21:35 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 3 Feb 2015 21:35:36 +0000 (21:35 +0000)
commita378f917aff9d43c75b22415567a1d9dc6e4914f
tree86a933fe64039ffd869514851f10a0df36c9643f
parentdc5e49a1c49cb8360fba9460595ca18e53cb8952
InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used

It's not entirely clear to me what this field was meant for, but it's
always false. Remove it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228034 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/CoverageMapping.h
lib/ProfileData/CoverageMappingReader.cpp
lib/ProfileData/CoverageMappingWriter.cpp
test/tools/llvm-cov/Inputs/highlightedRanges.covmapping
test/tools/llvm-cov/Inputs/regionMarkers.covmapping
test/tools/llvm-cov/Inputs/showExpansions.covmapping
test/tools/llvm-cov/showHighlightedRanges.cpp