X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FProfileData%2FInstrProfWriter.cpp;h=2f4ef08290616df5f24a28dfec209cc3820d3b5a;hp=478cf80db7a05f1cd8109d69bc29573f235bd92e;hb=5c542537c1330e18cce3744b519849e2c0c11fff;hpb=9dcc66e06e5d5a2830a93aad80d5fa1e8343927a diff --git a/lib/ProfileData/InstrProfWriter.cpp b/lib/ProfileData/InstrProfWriter.cpp index 478cf80db7a..2f4ef082906 100644 --- a/lib/ProfileData/InstrProfWriter.cpp +++ b/lib/ProfileData/InstrProfWriter.cpp @@ -35,7 +35,7 @@ public: typedef uint64_t offset_type; static hash_value_type ComputeHash(key_type_ref K) { - return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K); + return IndexedInstrProf::ComputeHash(K); } static std::pair