summaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
diff options
context:
space:
mode:
authordavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-14 19:39:36 +0000
committerdavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-14 19:39:36 +0000
commit771e289076fb404b3af142ccbc1ce7251ae95ee6 (patch)
tree6784ca7456219fc5f0b50b07b3f96641c6cc9e9c /gcc/tree-cfgcleanup.c
parent1c58960e7eb5b969f581a1ed169b2c304f0626ce (diff)
downloadgcc-771e289076fb404b3af142ccbc1ce7251ae95ee6.tar.gz
dumping cleanup phase 1 -- Removing TODO_dump_func
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r--gcc/tree-cfgcleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c
index ad8e4777a05..1036e1e98f3 100644
--- a/gcc/tree-cfgcleanup.c
+++ b/gcc/tree-cfgcleanup.c
@@ -1054,7 +1054,7 @@ struct gimple_opt_pass pass_merge_phi =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func | TODO_ggc_collect /* todo_flags_finish */
+ TODO_ggc_collect /* todo_flags_finish */
| TODO_verify_ssa
}
};