From 2329c6f56d3724a337ed9dfcf5f0e7412a1406d8 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Mon, 3 Aug 2009 10:29:08 +0000 Subject: tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be created. 2009-08-03 Richard Guenther * 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 --- gcc/tree-cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-cfg.c') 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 */ -- cgit v1.1