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:
parent
d85428e234
commit
5d44aeed9a
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user