diff options
author | Xinliang David Li <davidxl@google.com> | 2016-01-25 20:38:13 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2016-01-25 20:38:13 +0000 |
commit | 0c57c9acb700cbcfbd3f05f31182331967a08e63 (patch) | |
tree | 6b6c4094f1eee823fa0ed15fc25a9d78a962aa23 | |
parent | a5d55a46176a97b260e89fba55b8cf217e390422 (diff) | |
download | bcm5719-llvm-0c57c9acb700cbcfbd3f05f31182331967a08e63.tar.gz bcm5719-llvm-0c57c9acb700cbcfbd3f05f31182331967a08e63.zip |
Fix a typo
llvm-svn: 258716
-rw-r--r-- | llvm/include/llvm/ProfileData/InstrProfData.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ProfileData/InstrProfData.inc b/llvm/include/llvm/ProfileData/InstrProfData.inc index e6e23a76209..20b01f2046d 100644 --- a/llvm/include/llvm/ProfileData/InstrProfData.inc +++ b/llvm/include/llvm/ProfileData/InstrProfData.inc @@ -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. |