summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-12-10 20:13:41 +0000
committerXinliang David Li <davidxl@google.com>2015-12-10 20:13:41 +0000
commitc61289aa4cdbcbbf8e60fcdd6ea886975178d661 (patch)
treec6619db1338be42290ee7c6a266c3b6efec5a4ec
parent5146b2d1da9d7de8467e496073aa620e3836b6a1 (diff)
downloadbcm5719-llvm-c61289aa4cdbcbbf8e60fcdd6ea886975178d661.tar.gz
bcm5719-llvm-c61289aa4cdbcbbf8e60fcdd6ea886975178d661.zip
Add a forward declaration (NFC)
llvm-svn: 255292
-rw-r--r--llvm/include/llvm/ProfileData/InstrProfData.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ProfileData/InstrProfData.inc b/llvm/include/llvm/ProfileData/InstrProfData.inc
index aefdbc1b3e4..48dae506cab 100644
--- a/llvm/include/llvm/ProfileData/InstrProfData.inc
+++ b/llvm/include/llvm/ProfileData/InstrProfData.inc
@@ -362,6 +362,7 @@ uint32_t getValueProfDataSizeRT(const ValueProfRuntimeRecord *Record);
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 */
OpenPOWER on IntegriCloud