aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorBasile Starynkevitch <bstarynk@gcc.gnu.org>2008-08-01 05:19:40 +0000
committerBasile Starynkevitch <bstarynk@gcc.gnu.org>2008-08-01 05:19:40 +0000
commit8e352cd32ce32dc689cd716921428709143f8920 (patch)
tree9484ffe873ca8d908800e707f82562aafe746b99 /gcc/tree-pass.h
parentf2d6ca5081ba8fb31b5d03545f45cce12ac67b3f (diff)
downloadgcc-8e352cd32ce32dc689cd716921428709143f8920.zip
gcc-8e352cd32ce32dc689cd716921428709143f8920.tar.gz
gcc-8e352cd32ce32dc689cd716921428709143f8920.tar.bz2
tree-pass.h: Added comment about not dumping passes with name starting with star in struct...
2008-08-01 Basile Starynkevitch <basile@starynkevitch> * gcc/tree-pass.h: Added comment about not dumping passes with name starting with star in struct opt_pass. * gcc/passes.c (register_dump_files_1): Don't do dump for a pass with name starting with star. * gcc/doc/passes.texi (Pass manager): Mention pass names and special meaning of star prefix to avoid dump. From-SVN: r138450
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 1e1463f..ea7e343 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -104,7 +104,8 @@ struct opt_pass
SIMPLE_IPA_PASS,
IPA_PASS
} type;
- /* Terse name of the pass used as a fragment of the dump file name. */
+ /* Terse name of the pass used as a fragment of the dump file
+ name. If the name starts with a star, no dump happens. */
const char *name;
/* If non-null, this pass and all sub-passes are executed only if