aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
diff options
context:
space:
mode:
authorDavid Li <davidxl@google.com>2011-06-14 19:39:36 +0000
committerXinliang David Li <davidxl@gcc.gnu.org>2011-06-14 19:39:36 +0000
commit22c5fa5fbfd9634c3389f845e77ddf8e6ea32f7b (patch)
tree6784ca7456219fc5f0b50b07b3f96641c6cc9e9c /gcc/tree-complex.c
parent5d64566169bbc5442121388e4849624b5aa640a1 (diff)
downloadgcc-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/tree-complex.c')
-rw-r--r--gcc/tree-complex.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c
index ec2b438..1b2a588 100644
--- a/gcc/tree-complex.c
+++ b/gcc/tree-complex.c
@@ -1623,8 +1623,7 @@ struct gimple_opt_pass pass_lower_complex =
PROP_gimple_lcx, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func
- | TODO_ggc_collect
+ TODO_ggc_collect
| TODO_update_ssa
| TODO_verify_stmts /* todo_flags_finish */
}
@@ -1654,8 +1653,7 @@ struct gimple_opt_pass pass_lower_complex_O0 =
PROP_gimple_lcx, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func
- | TODO_ggc_collect
+ TODO_ggc_collect
| TODO_update_ssa
| TODO_verify_stmts /* todo_flags_finish */
}