summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/InstrProfiling.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/profile/InstrProfiling.h')
-rw-r--r--compiler-rt/lib/profile/InstrProfiling.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/compiler-rt/lib/profile/InstrProfiling.h b/compiler-rt/lib/profile/InstrProfiling.h
index c8178fce924..579d4fe7254 100644
--- a/compiler-rt/lib/profile/InstrProfiling.h
+++ b/compiler-rt/lib/profile/InstrProfiling.h
@@ -45,17 +45,14 @@ typedef unsigned long int uintptr_t;
#endif /* defined(__FreeBSD__) && defined(__i386__) */
+#include "InstrProfData.inc"
+
enum ValueKind {
IPVK_IndirectCallTarget = 0,
IPVK_First = IPVK_IndirectCallTarget,
IPVK_Last = IPVK_IndirectCallTarget
};
-typedef struct __llvm_profile_value_data {
- uint64_t TargetValue;
- uint64_t NumTaken;
-} __llvm_profile_value_data;
-
typedef void *IntPtrT;
typedef struct LLVM_ALIGNAS(8) __llvm_profile_data {
const uint32_t NameSize;
OpenPOWER on IntegriCloud