X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FProfileData%2FInstrProfReader.cpp;fp=lib%2FProfileData%2FInstrProfReader.cpp;h=479b6bc61d95e706b1489b16bec22d829eab6a3f;hp=6f201243736d09baecce19d27c1fa7478a70add8;hb=e34401de05668522e24e0faf54dc62d7ebf2f8fc;hpb=2fa6f196d65c18ad47595aff186faffb009f62c1 diff --git a/lib/ProfileData/InstrProfReader.cpp b/lib/ProfileData/InstrProfReader.cpp index 6f201243736..479b6bc61d9 100644 --- a/lib/ProfileData/InstrProfReader.cpp +++ b/lib/ProfileData/InstrProfReader.cpp @@ -313,9 +313,8 @@ typedef InstrProfLookupTrait::offset_type offset_type; bool InstrProfLookupTrait::ReadValueProfilingData( const unsigned char *&D, const unsigned char *const End) { - ErrorOr> VDataPtrOrErr = - IndexedInstrProf::ValueProfData::getValueProfData( - D, End, ValueProfDataEndianness); + ErrorOr> VDataPtrOrErr = + ValueProfData::getValueProfData(D, End, ValueProfDataEndianness); if (VDataPtrOrErr.getError()) return false;