summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-08-29 20:32:13 +0000
committerMichael Liao <michael.liao@intel.com>2012-08-29 20:32:13 +0000
commit688c1cd6c932ce2811905dbca64e631c7ecbbd0f (patch)
treebff2ce7ddab4894da91263b7b487f9335c8d9a96
parent0e76db9ad43383ca9aeff7001a98d6d6d8d5e736 (diff)
fix C++ comment in C header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162856 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Analysis/ProfileDataTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ProfileDataTypes.h b/include/llvm/Analysis/ProfileDataTypes.h
index 445ca9affb8..1be15e025da 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 */