1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[ProfileData] Make helper function static.

No functional change.

llvm-svn: 256375
This commit is contained in:
Benjamin Kramer 2015-12-24 10:03:37 +00:00
parent b2614d51ce
commit 057724f2f5

View File

@ -307,7 +307,7 @@ StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) {
}
template <typename T, support::endianness Endian>
std::error_code readCoverageMappingData(
static std::error_code readCoverageMappingData(
InstrProfSymtab &ProfileNames, StringRef Data,
std::vector<BinaryCoverageReader::ProfileMappingRecord> &Records,
std::vector<StringRef> &Filenames) {