diff options
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r-- | gcc/tree-dump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index 5348c2d..5b9f4f5 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -592,7 +592,7 @@ dequeue_and_dump (di) fprintf (di->stream, "\n"); } -/* Return non-zero if FLAG has been specified for the dump, and NODE +/* Return nonzero if FLAG has been specified for the dump, and NODE is not the root node of the dump. */ int dump_flag (di, flag, node) @@ -709,7 +709,7 @@ dump_begin (phase, flag_ptr) return stream; } -/* Returns non-zero if tree dump PHASE is enabled. */ +/* Returns nonzero if tree dump PHASE is enabled. */ int dump_enabled_p (phase) @@ -738,7 +738,7 @@ dump_end (phase, stream) fclose (stream); } -/* Parse ARG as a dump switch. Return non-zero if it is, and store the +/* Parse ARG as a dump switch. Return nonzero if it is, and store the relevant details in the dump_files array. */ int |