forked from OSchip/llvm-project
parent
c5f994f686
commit
d2fb0f68f4
|
@ -190,6 +190,7 @@ COVMAP_HEADER(uint32_t, Int32Ty, Version, \
|
|||
#ifdef INSTR_PROF_VALUE_PROF_DATA
|
||||
#define INSTR_PROF_DATA_DEFINED
|
||||
|
||||
#define INSTR_PROF_MAX_NUM_VAL_PER_SITE 255
|
||||
/*!
|
||||
* This is the header of the data structure that defines the on-disk
|
||||
* layout of the value profile data of a particular kind for one function.
|
||||
|
@ -756,4 +757,3 @@ typedef struct ValueProfNode {
|
|||
#else
|
||||
#undef INSTR_PROF_DATA_DEFINED
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue