1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

fix C++ comment in C header

llvm-svn: 162856
This commit is contained in:
Michael Liao 2012-08-29 20:32:13 +00:00
parent d3f96d717a
commit 5a756f2c8b

View 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 */