Commit 5d44aeed by Daniel Berlin Committed by Daniel Berlin

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
parent d85428e2
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment