[PGO] : Removing trailing space/define new macro/NFC

llvm-svn: 257123
This commit is contained in:
Xinliang David Li 2016-01-08 00:38:53 +00:00
parent b793230797
commit c5f994f686
1 changed files with 20 additions and 20 deletions

View File

@ -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