diff options
| author | Xinliang David Li <davidxl@google.com> | 2015-11-23 17:06:44 +0000 |
|---|---|---|
| committer | Xinliang David Li <davidxl@google.com> | 2015-11-23 17:06:44 +0000 |
| commit | 19c1922c0472f17fddf53d7da0b4635b4d8eb880 (patch) | |
| tree | 86f22f1c9d1ef0339afeca4a2bba23236872a67a /compiler-rt | |
| parent | f3faad95af18ea96474614c38ef1937fe5964883 (diff) | |
| download | bcm5719-llvm-19c1922c0472f17fddf53d7da0b4635b4d8eb880.tar.gz bcm5719-llvm-19c1922c0472f17fddf53d7da0b4635b4d8eb880.zip | |
Sync up InstrProfData.inc with master
llvm-svn: 253881
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfData.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/profile/InstrProfData.inc b/compiler-rt/lib/profile/InstrProfData.inc index a51071123d7..0656c98fd69 100644 --- a/compiler-rt/lib/profile/InstrProfData.inc +++ b/compiler-rt/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; |

