aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-08-03 10:29:08 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-08-03 10:29:08 +0000
commit2329c6f56d3724a337ed9dfcf5f0e7412a1406d8 (patch)
tree6901f2ff929063f3021e29ef99c389571329bb9f /gcc/omp-low.c
parentd055ce45a4c9069f0831f80bd59fc5424855904f (diff)
downloadgcc-2329c6f56d3724a337ed9dfcf5f0e7412a1406d8.zip
gcc-2329c6f56d3724a337ed9dfcf5f0e7412a1406d8.tar.gz
gcc-2329c6f56d3724a337ed9dfcf5f0e7412a1406d8.tar.bz2
tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be created.
2009-08-03 Richard Guenther <rguenther@suse.de> * tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be created. * omp-low.c (pass_diagnose_omp_blocks): Likewise. * toplev.c (compile_file): Adjust comment. From-SVN: r150369
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r--gcc/omp-low.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index 3a4a1f4..087f6fc 100644
--- a/gcc/omp-low.c
+++ b/gcc/omp-low.c
@@ -6931,7 +6931,7 @@ struct gimple_opt_pass pass_diagnose_omp_blocks =
{
{
GIMPLE_PASS,
- "diagnose_omp_blocks", /* name */
+ "*diagnose_omp_blocks", /* name */
gate_diagnose_omp_blocks, /* gate */
diagnose_omp_structured_block_errors, /* execute */
NULL, /* sub */