Add forward declarations /NFC

llvm-svn: 261946
This commit is contained in:
Xinliang David Li 2016-02-26 00:54:08 +00:00
parent 896dffe752
commit c1f74d1cfe
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 */