InstrProf: Support for value profiling in the indexed profile format
[oota-llvm.git] / lib / ProfileData / InstrProfIndexed.h
index ebca7b22fbfbf16e44e7c365a678103cba56b3a9..fe0b04ed008d9ff4e339aff193df3567f8bd856b 100644 (file)
@@ -47,7 +47,7 @@ static inline uint64_t ComputeHash(HashT Type, StringRef K) {
 }
 
 const uint64_t Magic = 0x8169666f72706cff; // "\xfflprofi\x81"
-const uint64_t Version = 2;
+const uint64_t Version = 3;
 const HashT HashType = HashT::MD5;
 }