diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index 2a56664..bc789c8 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -437,7 +437,7 @@ struct function generated. */ unsigned int instrument_entry_exit : 1; - /* Nonzero if no profiling should be done for the function. */ + /* Nonzero if arc profiling should be done for the function. */ unsigned int arc_profile : 1; /* Nonzero if profiling code should be generated. */ |