summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-11-23 17:06:44 +0000
committerXinliang David Li <davidxl@google.com>2015-11-23 17:06:44 +0000
commit0c768e16de465cea787244e43b18562e2c424dfb (patch)
treef4302cb90dc5d6f3a1d88e34ed3152be1d237409
parentb162e1fb8425771d493f5fc71eb62759e51780c8 (diff)
Sync up InstrProfData.inc with master
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@253881 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/profile/InstrProfData.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/profile/InstrProfData.inc b/lib/profile/InstrProfData.inc
index a51071123..0656c98fd 100644
--- a/lib/profile/InstrProfData.inc
+++ b/lib/profile/InstrProfData.inc
@@ -234,9 +234,9 @@ COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
* value profiler.
*/
typedef struct InstrProfValueData {
- // Profiled value.
+ /* Profiled value. */
uint64_t Value;
- // Number of times the value appears in the training run.
+ /* Number of times the value appears in the training run. */
uint64_t Count;
} InstrProfValueData;