mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Fix a warning in CoverageMappingReader.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213920 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
76cbffa2a9
commit
2048bc28ff
@ -123,7 +123,7 @@ static const unsigned EncodingExpansionRegionBit = 1
|
||||
<< Counter::EncodingTagBits;
|
||||
|
||||
/// \brief Read the sub-array of regions for the given inferred file id.
|
||||
/// \param NumFileIDs: the number of file ids that are defined for this
|
||||
/// \param NumFileIDs the number of file ids that are defined for this
|
||||
/// function.
|
||||
std::error_code RawCoverageMappingReader::readMappingRegionsSubArray(
|
||||
std::vector<CounterMappingRegion> &MappingRegions, unsigned InferredFileID,
|
||||
|
Loading…
x
Reference in New Issue
Block a user