tree-cfg.c (pass_split_crit_edge): Give it a name and a dump file.

2004-06-16  Daniel Berlin  <dberlin@dberlin.org>

	* tree-cfg.c (pass_split_crit_edge): Give it a name and a dump file.

From-SVN: r83250
This commit is contained in:
Daniel Berlin 2004-06-16 17:17:17 +00:00 committed by Daniel Berlin
parent d85428e234
commit 5d44aeed9a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-06-16 Daniel Berlin <dberlin@dberlin.org>
* tree-cfg.c (pass_split_crit_edge): Give it a name and a dump file.
2004-06-16 Dale Johannesen <dalej@apple.com>
* loop.c (loop_givs_reduce): Avoid miscompilation of

View File

@ -4652,7 +4652,7 @@ split_critical_edges (void)
struct tree_opt_pass pass_split_crit_edges =
{
NULL, /* name */
"crited", /* name */
NULL, /* gate */
split_critical_edges, /* execute */
NULL, /* sub */
@ -4663,7 +4663,7 @@ struct tree_opt_pass pass_split_crit_edges =
PROP_no_crit_edges, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
0, /* todo_flags_finish */
TODO_dump_func, /* todo_flags_finish */
};
/* Emit return warnings. */