From 1c5981f8c768b5283f66d345ad0d9b7b9eea3cbc Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Mon, 25 Jan 2016 20:38:13 +0000 Subject: [PATCH] Fix a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258716 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ProfileData/InstrProfData.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ProfileData/InstrProfData.inc b/include/llvm/ProfileData/InstrProfData.inc index e6e23a76209..20b01f2046d 100644 --- a/include/llvm/ProfileData/InstrProfData.inc +++ b/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.