Sync up with master

llvm-svn: 261947
This commit is contained in:
Xinliang David Li 2016-02-26 00:56:31 +00:00
parent c1f74d1cfe
commit 1a436dd704
1 changed files with 3 additions and 0 deletions

View File

@ -386,6 +386,9 @@ ValueProfData *
serializeValueProfDataFromRT(const ValueProfRuntimeRecord *Record,
ValueProfData *Dst);
uint32_t getNumValueKindsRT(const void *R);
ValueProfRecord *getFirstValueProfRecord(ValueProfData *VPD);
ValueProfRecord *getValueProfRecordNext(ValueProfRecord *VPR);
InstrProfValueData *getValueProfRecordValueData(ValueProfRecord *VPR);
#undef INSTR_PROF_VALUE_PROF_DATA
#endif /* INSTR_PROF_VALUE_PROF_DATA */