diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-27 12:48:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-27 12:48:07 +0000 |
commit | 0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70 (patch) | |
tree | c2f7682329bf354ca96d9ae19d6a6cfe4312c16a /gcc/tree-dump.c | |
parent | b9b575e6b5d26806b2d45c1d5c392fa2c2734de2 (diff) | |
download | gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.zip gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.gz gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.bz2 |
LANGUAGES: Follow spelling conventions.
* LANGUAGES: Follow spelling conventions.
* rtl.def: Likewise.
* sbitmap.c: Likewise.
* sched-int.h: Likewise.
* sched-rgn.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* stab.def: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* target.h: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* tree-dump.c: Likewise.
* tree-inline.c: Likewise.
* tree.c: Likewise.
* tree.def: Likewise.
* tree.h: Likewise.
* unroll.c: Likewise.
* varasm.c: Likewise.
* vmsdbgout.c: Likewise.
* treelang/treelang.texi: Likewise.
* treelang/treetree.c: Likewise.
From-SVN: r57587
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 |