diff options
Diffstat (limited to 'contrib/llvm/lib/ProfileData/InstrProfIndexed.h')
-rw-r--r-- | contrib/llvm/lib/ProfileData/InstrProfIndexed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/ProfileData/InstrProfIndexed.h b/contrib/llvm/lib/ProfileData/InstrProfIndexed.h index ebca7b2..afd8cfb 100644 --- a/contrib/llvm/lib/ProfileData/InstrProfIndexed.h +++ b/contrib/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 |