aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.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-eh.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-eh.c')
-rw-r--r--gcc/tree-eh.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c
index e87c32e..5831d34 100644
--- a/gcc/tree-eh.c
+++ b/gcc/tree-eh.c
@@ -2052,7 +2052,7 @@ struct gimple_opt_pass pass_lower_eh =
PROP_gimple_leh, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func /* todo_flags_finish */
+ 0 /* todo_flags_finish */
}
};
@@ -2865,7 +2865,7 @@ struct gimple_opt_pass pass_refactor_eh =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func /* todo_flags_finish */
+ 0 /* todo_flags_finish */
}
};
@@ -3071,7 +3071,7 @@ struct gimple_opt_pass pass_lower_resx =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func | TODO_verify_flow /* todo_flags_finish */
+ TODO_verify_flow /* todo_flags_finish */
}
};
@@ -3272,7 +3272,7 @@ struct gimple_opt_pass pass_lower_eh_dispatch =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func | TODO_verify_flow /* todo_flags_finish */
+ TODO_verify_flow /* todo_flags_finish */
}
};
@@ -4015,7 +4015,7 @@ struct gimple_opt_pass pass_cleanup_eh = {
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func /* todo_flags_finish */
+ 0 /* todo_flags_finish */
}
};