diff options
author | Michael Liao <michael.liao@intel.com> | 2012-08-29 20:32:13 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-08-29 20:32:13 +0000 |
commit | 688c1cd6c932ce2811905dbca64e631c7ecbbd0f (patch) | |
tree | bff2ce7ddab4894da91263b7b487f9335c8d9a96 /include | |
parent | 0e76db9ad43383ca9aeff7001a98d6d6d8d5e736 (diff) | |
download | external_llvm-688c1cd6c932ce2811905dbca64e631c7ecbbd0f.zip external_llvm-688c1cd6c932ce2811905dbca64e631c7ecbbd0f.tar.gz external_llvm-688c1cd6c932ce2811905dbca64e631c7ecbbd0f.tar.bz2 |
fix C++ comment in C header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Analysis/ProfileDataTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ProfileDataTypes.h b/include/llvm/Analysis/ProfileDataTypes.h index 445ca9a..1be15e0 100644 --- a/include/llvm/Analysis/ProfileDataTypes.h +++ b/include/llvm/Analysis/ProfileDataTypes.h @@ -21,7 +21,7 @@ extern "C" { #endif -// TODO: Strip out unused entries once ProfileInfo etc has been removed. +/* TODO: Strip out unused entries once ProfileInfo etc has been removed. */ enum ProfilingType { ArgumentInfo = 1, /* The command line argument block */ FunctionInfo = 2, /* Function profiling information */ |