X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FProfileData%2FInstrProfIndexed.h;h=c2bc46c9dbfa0ab5274db9cf735412bb89226cd1;hb=12af22e8cc217827cf4f118b0f5e4ebbda9925ae;hp=ede5368ca2c2ffa1ead9207eddf2d7afae451ee9;hpb=1c60993799ad7ade9eea6f2603525d2086e90729;p=oota-llvm.git diff --git a/lib/ProfileData/InstrProfIndexed.h b/lib/ProfileData/InstrProfIndexed.h index ede5368ca2c..c2bc46c9dbf 100644 --- a/lib/ProfileData/InstrProfIndexed.h +++ b/lib/ProfileData/InstrProfIndexed.h @@ -11,9 +11,10 @@ // //===----------------------------------------------------------------------===// -#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" namespace llvm { @@ -45,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