summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProfIndexed.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/ProfileData/InstrProfIndexed.h')
-rw-r--r--llvm/lib/ProfileData/InstrProfIndexed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/InstrProfIndexed.h b/llvm/lib/ProfileData/InstrProfIndexed.h
index ebca7b22fbf..afd8cfb7430 100644
--- a/llvm/lib/ProfileData/InstrProfIndexed.h
+++ b/llvm/lib/ProfileData/InstrProfIndexed.h
@@ -49,7 +49,7 @@ static inline uint64_t ComputeHash(HashT Type, StringRef K) {
const uint64_t Magic = 0x8169666f72706cff; // "\xfflprofi\x81"
const uint64_t Version = 2;
const HashT HashType = HashT::MD5;
-}
+} // namespace IndexedInstrProf
} // end namespace llvm
OpenPOWER on IntegriCloud