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 | 84ee8bf34905f4bc0f8d296659bc16b138ca51cb (patch) | |
tree | f27ba77e57890e5cf5d5c1475f13929269c22998 | |
parent | 11e61b95574212c951c85e69013e71c62a89825f (diff) | |
download | bcm5719-llvm-84ee8bf34905f4bc0f8d296659bc16b138ca51cb.tar.gz bcm5719-llvm-84ee8bf34905f4bc0f8d296659bc16b138ca51cb.zip |
fix C++ comment in C header
llvm-svn: 162856
-rw-r--r-- | llvm/include/llvm/Analysis/ProfileDataTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/ProfileDataTypes.h b/llvm/include/llvm/Analysis/ProfileDataTypes.h index 445ca9affb8..1be15e025da 100644 --- a/llvm/include/llvm/Analysis/ProfileDataTypes.h +++ b/llvm/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 */ |