[compiler-rt] r253881 - Sync up InstrProfData.inc with master
Xinliang David Li via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 23 09:06:44 PST 2015
Author: davidxl
Date: Mon Nov 23 11:06:44 2015
New Revision: 253881
URL: http://llvm.org/viewvc/llvm-project?rev=253881&view=rev
Log:
Sync up InstrProfData.inc with master
Modified:
compiler-rt/trunk/lib/profile/InstrProfData.inc
Modified: compiler-rt/trunk/lib/profile/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfData.inc?rev=253881&r1=253880&r2=253881&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Mon Nov 23 11:06:44 2015
@@ -234,9 +234,9 @@ COVMAP_FUNC_RECORD(const uint64_t, llvm:
* 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;
More information about the llvm-commits
mailing list