diff options
Diffstat (limited to 'lib/ProfileData/InstrProfIndexed.h')
-rw-r--r-- | lib/ProfileData/InstrProfIndexed.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ProfileData/InstrProfIndexed.h b/lib/ProfileData/InstrProfIndexed.h index 7761704..c2bc46c 100644 --- a/lib/ProfileData/InstrProfIndexed.h +++ b/lib/ProfileData/InstrProfIndexed.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_PROFILEDATA_INSTRPROF_INDEXED_H_ -#define LLVM_PROFILEDATA_INSTRPROF_INDEXED_H_ +#ifndef LLVM_LIB_PROFILEDATA_INSTRPROFINDEXED_H +#define LLVM_LIB_PROFILEDATA_INSTRPROFINDEXED_H #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/MD5.h" @@ -46,10 +46,10 @@ static inline uint64_t ComputeHash(HashT Type, StringRef K) { } const uint64_t Magic = 0x8169666f72706cff; // "\xfflprofi\x81" -const uint64_t Version = 1; +const uint64_t Version = 2; const HashT HashType = HashT::MD5; } } // end namespace llvm -#endif // LLVM_PROFILEDATA_INSTRPROF_INDEXED_H_ +#endif |