From 22c5fa5fbfd9634c3389f845e77ddf8e6ea32f7b Mon Sep 17 00:00:00 2001 From: David Li Date: Tue, 14 Jun 2011 19:39:36 +0000 Subject: dumping cleanup phase 1 -- Removing TODO_dump_func From-SVN: r175051 --- gcc/jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/jump.c') diff --git a/gcc/jump.c b/gcc/jump.c index 1c64b85..f337eb3 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -156,7 +156,7 @@ struct rtl_opt_pass pass_cleanup_barriers = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_dump_func /* todo_flags_finish */ + 0 /* todo_flags_finish */ } }; -- cgit v1.1