diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 44d6f043b5d..6251fa6d8ae 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1291,8 +1291,8 @@ struct tree_type be instrumented with calls to support routines. */ #define DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT(NODE) ((NODE)->decl.no_instrument_function_entry_exit) -/* Used in FUNCTION_DECLs to indicate that in this function, - check-memory-usage should be disabled. */ +/* Used in FUNCTION_DECLs to indicate that check-memory-usage should be + disabled in this function. */ #define DECL_NO_CHECK_MEMORY_USAGE(NODE) ((NODE)->decl.no_check_memory_usage) /* Additional flags for language-specific uses. */ |