fix C++ comment in C header
authorMichael Liao <michael.liao@intel.com>
Wed, 29 Aug 2012 20:32:13 +0000 (20:32 +0000)
committerMichael Liao <michael.liao@intel.com>
Wed, 29 Aug 2012 20:32:13 +0000 (20:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162856 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ProfileDataTypes.h

index 445ca9affb8d65560416801b400bce9b5d3c6689..1be15e025da9d98c97ec5849a2589731eacade9e 100644 (file)
@@ -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  */