diff options
author | Richard Guenther <rguenther@suse.de> | 2009-08-03 10:29:08 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2009-08-03 10:29:08 +0000 |
commit | 2329c6f56d3724a337ed9dfcf5f0e7412a1406d8 (patch) | |
tree | 6901f2ff929063f3021e29ef99c389571329bb9f /gcc/tree-cfg.c | |
parent | d055ce45a4c9069f0831f80bd59fc5424855904f (diff) | |
download | gcc-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/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index a6097ed..3b99d6c 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -7456,7 +7456,7 @@ struct gimple_opt_pass pass_warn_unused_result = { { GIMPLE_PASS, - "warn_unused_result", /* name */ + "*warn_unused_result", /* name */ gate_warn_unused_result, /* gate */ run_warn_unused_result, /* execute */ NULL, /* sub */ |