From: Michael Liao Date: Wed, 29 Aug 2012 20:32:13 +0000 (+0000) Subject: fix C++ comment in C header X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=688c1cd6c932ce2811905dbca64e631c7ecbbd0f;p=oota-llvm.git fix C++ comment in C header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162856 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 */