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