[llvm] r258716 - Fix a typo

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 12:38:13 PST 2016


Author: davidxl
Date: Mon Jan 25 14:38:13 2016
New Revision: 258716

URL: http://llvm.org/viewvc/llvm-project?rev=258716&view=rev
Log:
Fix a typo

Modified:
    llvm/trunk/include/llvm/ProfileData/InstrProfData.inc

Modified: llvm/trunk/include/llvm/ProfileData/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/InstrProfData.inc?rev=258716&r1=258715&r2=258716&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ProfileData/InstrProfData.inc (original)
+++ llvm/trunk/include/llvm/ProfileData/InstrProfData.inc Mon Jan 25 14:38:13 2016
@@ -700,7 +700,7 @@ serializeValueProfDataFromRT(const Value
 #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.




More information about the llvm-commits mailing list