summaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-03 10:29:08 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-03 10:29:08 +0000
commit53b5ae0743173c06a3e1e0b95b43012f7fd16b8c (patch)
tree6901f2ff929063f3021e29ef99c389571329bb9f /gcc/omp-low.c
parent978fcce181bda796be674eb94b7cbd3dd562b64e (diff)
downloadgcc-53b5ae0743173c06a3e1e0b95b43012f7fd16b8c.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150369 138bc75d-0d04-0410-961f-82ee72b054a4
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 3a4a1f40c55..087f6fc42f4 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 */