Skip to content

Commit 05b2f60

Browse files
clang-format MemProfiler.cpp.
1 parent ec5c64f commit 05b2f60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/lib/Transforms/Instrumentation/MemProfiler.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -966,12 +966,12 @@ undriftMemProfRecord(const DenseMap<uint64_t, LocToLocMap> &UndriftMaps,
966966
UndriftCallStack(CS);
967967
}
968968

969-
static void readMemprof(
970-
Module &M, Function &F, IndexedInstrProfReader *MemProfReader,
971-
const TargetLibraryInfo &TLI,
972-
std::map<uint64_t, AllocMatchInfo> &FullStackIdToAllocMatchInfo,
973-
std::set<std::vector<uint64_t>> &MatchedCallSites,
974-
DenseMap<uint64_t, LocToLocMap> &UndriftMaps) {
969+
static void
970+
readMemprof(Module &M, Function &F, IndexedInstrProfReader *MemProfReader,
971+
const TargetLibraryInfo &TLI,
972+
std::map<uint64_t, AllocMatchInfo> &FullStackIdToAllocMatchInfo,
973+
std::set<std::vector<uint64_t>> &MatchedCallSites,
974+
DenseMap<uint64_t, LocToLocMap> &UndriftMaps) {
975975
auto &Ctx = M.getContext();
976976
// Previously we used getIRPGOFuncName() here. If F is local linkage,
977977
// getIRPGOFuncName() returns FuncName with prefix 'FileName;'. But

0 commit comments

Comments
 (0)