[llvm] r255292 - Add a forward declaration (NFC)

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 12:13:42 PST 2015


Author: davidxl
Date: Thu Dec 10 14:13:41 2015
New Revision: 255292

URL: http://llvm.org/viewvc/llvm-project?rev=255292&view=rev
Log:
Add a forward declaration (NFC)

Modified:
    llvm/trunk/include/llvm/ProfileData/InstrProfData.inc

Modified: llvm/trunk/include/llvm/ProfileData/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/InstrProfData.inc?rev=255292&r1=255291&r2=255292&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ProfileData/InstrProfData.inc (original)
+++ llvm/trunk/include/llvm/ProfileData/InstrProfData.inc Thu Dec 10 14:13:41 2015
@@ -362,6 +362,7 @@ uint32_t getValueProfDataSizeRT(const Va
 ValueProfData *
 serializeValueProfDataFromRT(const ValueProfRuntimeRecord *Record,
                              ValueProfData *Dst);
+uint32_t getNumValueKindsRT(const void *R);
 
 #undef INSTR_PROF_VALUE_PROF_DATA
 #endif  /* INSTR_PROF_VALUE_PROF_DATA */ 




More information about the llvm-commits mailing list