summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfiling.h
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-10 00:17:31 +0000
committerXinliang David Li <davidxl@google.com>2016-05-10 00:17:31 +0000
commitf938294524df0b8a39a220e7e77ace25edbb9bb8 (patch)
tree1d67ced94cb76b602e4ace648daa9784ae86a30e /lib/profile/InstrProfiling.h
parent4ce1f1ecd21731f9de9de7d1a7a21d07d14110f9 (diff)
Reapply r268840: [profile] Simplify value profile writing
Revert r268864 that reverted 268840 after underlying problem is fixed for arm bot. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@268992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfiling.h')
-rw-r--r--lib/profile/InstrProfiling.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/profile/InstrProfiling.h b/lib/profile/InstrProfiling.h
index 6ee54c51c..5b1a91ea2 100644
--- a/lib/profile/InstrProfiling.h
+++ b/lib/profile/InstrProfiling.h
@@ -94,15 +94,7 @@ int __llvm_profile_check_compatibility(const char *Profile,
void INSTR_PROF_VALUE_PROF_FUNC(
#define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName
#include "InstrProfData.inc"
-);
-
-/*!
- * \brief Prepares the value profiling data for output.
- *
- * Returns an array of pointers to value profile data.
- */
-struct ValueProfData;
-struct ValueProfData **__llvm_profile_gather_value_data(uint64_t *Size);
+ );
/*!
* \brief Write instrumentation data to the current file.