mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 06:06:19 +00:00
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
685c628a18
commit
1c5981f8c7
@ -700,7 +700,7 @@ serializeValueProfDataFromRT(const ValueProfRuntimeRecord *Record,
|
||||
#define INSTR_PROF_INDEX_VERSION 3
|
||||
#define INSTR_PROF_COVMAP_VERSION 0
|
||||
|
||||
/* Profile version is always of type uint_64_t. Reserve the upper 8 bits in the
|
||||
/* Profile version is always of type uint64_t. Reserve the upper 8 bits in the
|
||||
* version for other variants of profile. We set the lowest bit of the upper 8
|
||||
* bits (i.e. bit 56) to 1 to indicate if this is an IR-level instrumentaiton
|
||||
* generated profile, and 0 if this is a Clang FE generated profile.
|
||||
|
Loading…
Reference in New Issue
Block a user