From 688c1cd6c932ce2811905dbca64e631c7ecbbd0f Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Wed, 29 Aug 2012 20:32:13 +0000 Subject: [PATCH] fix C++ comment in C header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162856 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/ProfileDataTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1