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:
parent
d3f96d717a
commit
5a756f2c8b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user