From 771e289076fb404b3af142ccbc1ce7251ae95ee6 Mon Sep 17 00:00:00 2001 From: davidxl Date: Tue, 14 Jun 2011 19:39:36 +0000 Subject: 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 --- gcc/web.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gcc/web.c') diff --git a/gcc/web.c b/gcc/web.c index e57bb37570f..c8f43459952 100644 --- a/gcc/web.c +++ b/gcc/web.c @@ -433,8 +433,6 @@ struct rtl_opt_pass pass_web = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_df_finish | TODO_verify_rtl_sharing | - TODO_dump_func /* todo_flags_finish */ + TODO_df_finish | TODO_verify_rtl_sharing /* todo_flags_finish */ } }; - -- cgit v1.2.1