diff options
author | David Li <davidxl@google.com> | 2011-06-14 19:39:36 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@gcc.gnu.org> | 2011-06-14 19:39:36 +0000 |
commit | 22c5fa5fbfd9634c3389f845e77ddf8e6ea32f7b (patch) | |
tree | 6784ca7456219fc5f0b50b07b3f96641c6cc9e9c /gcc/cfgcleanup.c | |
parent | 5d64566169bbc5442121388e4849624b5aa640a1 (diff) | |
download | gcc-22c5fa5fbfd9634c3389f845e77ddf8e6ea32f7b.zip gcc-22c5fa5fbfd9634c3389f845e77ddf8e6ea32f7b.tar.gz gcc-22c5fa5fbfd9634c3389f845e77ddf8e6ea32f7b.tar.bz2 |
dumping cleanup phase 1 -- Removing TODO_dump_func
From-SVN: r175051
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index c36af89..f51e57f 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -2989,8 +2989,6 @@ struct rtl_opt_pass pass_jump2 = 0, /* properties_provided */ 0, /* properties_destroyed */ TODO_ggc_collect, /* todo_flags_start */ - TODO_dump_func | TODO_verify_rtl_sharing,/* todo_flags_finish */ + TODO_verify_rtl_sharing, /* todo_flags_finish */ } }; - - |